<?php
$funs = get_defined_functions(); ## get_declared_classes() , get_declared_interfaces(),get_defined_constants(),get_defined_vars(),get_extension_funcs('module_name')
var_dump($funs);

解决方案 »

  1.   

    http://www.php.net/manual/en/
    http://www.php.net/manual/zh/index.php发现翻译错欢迎汇报....
      

  2.   

    你在手册里(http://www.php.net/manual/zh/index.php)搜索一个函数(比如array_walk)然后左侧侧边栏就会有同类的函数分类,点击一下大分类比如“数组 函数”,里面会分好类。Good Luck!
      

  3.   

    http://www.w3school.com.cn/php/index.asp  有手册 
      

  4.   

    下个手册就行了。上去百度,搜索php手册 chm版的
      

  5.   

    或者到这个网站上看:http://cn2.php.net/manual/zh/funcref.php
      

  6.   

    如果想学好php网上很多手册,提供两个链接希望对你有帮助
    http://www.phpeye.com/zf/index.html
    http://www.w3school.com.cn/php/
      

  7.   

    <? print_r(get_defined_functions()) ?>