PHP函数共506篇
PHP函数
putenv-蚂蚁资源网

putenv

putenv(string $assignment): bool向服务器环境添加分配。 环境变量仅在当前请求期间存在。 在请求结束时,环境被恢复到原来的状态。  成功返回true,失败返回false。示例设置环境变量
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方58天前
03315
simplexml_load_file-蚂蚁资源网

simplexml_load_file

PHP simplexml_load_file() 函数定义和用法simplexml_load_file() 函数把 XML 文档载入对象中。如果失败,则返回 false。语法simplexml_load_file(file,class,options,ns,is_prefix)参数描述f...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
04015
mt_srand-蚂蚁资源网

mt_srand

PHP mt_srand() 函数定义和用法mt_srand() 播种 Mersenne Twister 随机数生成器。语法mt_srand(seed)参数描述seed必需。用 seed 来给随机数发生器播种。说明从 PHP 4.2.0 版开始,seed 参数...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
03615
str_repeat-蚂蚁资源网

str_repeat

PHP str_repeat() 函数定义和用法str_repeat() 函数把字符串重复指定的次数。语法str_repeat(string,repeat)参数描述string必需。规定要重复的字符串。repeat必需。规定字符串将被重复的次数...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方58天前
05515
html_entity_decode-蚂蚁资源网

html_entity_decode

PHP html_entity_decode() 函数定义和用法html_entity_decode() 函数把 HTML 实体转换为字符。html_entity_decode() 是 htmlentities() 的反函数。语法html_entity_decode(string,quotestyl...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方58天前
05115
__construct-蚂蚁资源网

__construct

PHP __construct() 函数定义和用法__construct() 函数创建一个新的 SimpleXMLElement 对象。如果成功,则该函数返回一个对象。如果失败,则返回 false。语法__construct(data,options,is_url,...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
02815
is_finite-蚂蚁资源网

is_finite

PHP is_finite() 函数定义和用法is_finite() 函数判断是否为有限值。语法is_finite(x)参数描述x必需。规定要检查的值。说明如果 x 是本机平台上 PHP 浮点数所允许范围中的一个合法的有限值...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
03915
disk_total_space-蚂蚁资源网

disk_total_space

PHP disk_total_space() 函数定义和用法disk_total_space() 函数返回指定目录的磁盘总大小。语法disk_total_space(directory)参数描述directory必需。规定要检查的目录。说明directory 参数...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
02615
ftp_get-蚂蚁资源网

ftp_get

PHP ftp_get() 函数定义和用法ftp_get() 函数从 FTP 服务器上下载一个文件。若成功则返回 true,失败则返回 false。语法ftp_get(ftp_connection,local,remote,mode,resume)参数描述ftp_connec...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
04615
filetype-蚂蚁资源网

filetype

PHP filetype() 函数定义和用法filetype() 函数返回指定文件或目录的类型。若成功,则返回 7 种可能的值。若失败,则返回 false。可能的值:fifochardirblocklinkfileunknown语法filetype(fil...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
05315