当前位置:Gxlcms > PHP教程 > PHP里终竟有多少函数那里看

PHP里终竟有多少函数那里看

时间:2021-07-01 10:21:17 帮助过:31人阅读

PHP里究竟有多少函数那里看
求解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);

人气教程排行