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

WBOY
Release: 2016-06-13 12:49:47
Original
796 people have browsed it

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 />
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!