php适用函数

WBOY
Release: 2016-06-13 11:03:17
Original
776 people have browsed it

php实用函数

常常会需要当经常会忘记,还是记下来吧

get_defined_vars

返回由所有已定义变量所组成的数组?

?

get_defined_constants

返回由所有已定义常量所组成的数组?

?

get_defined_functions

返回由所有已定义的函数所组成的数组?

?

get_declared_classes

返回由所有已定义的类所组成的数组?

?

sys_get_temp_dir

获取临时目录

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