Home  >  Article  >  Backend Development  >  PHP里到底有多少函数那里看

PHP里到底有多少函数那里看

WBOY
WBOYOriginal
2016-06-13 12:49:47791browse

PHP里究竟有多少函数那里看
求解PHP里究竟有多少函数那里看 那里有中文的函数解释


------解决方案--------------------
<?php<br />
$funs = get_defined_functions(); ## get_declared_classes() , get_declared_interfaces(),get_defined_constants(),get_defined_vars(),get_extension_funcs('module_name')<br />
var_dump($funs);<br />
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn