PHP函数 第22页
PHP函数
is_nan-蚂蚁资源网

is_nan

PHP is_nan() 函数定义和用法is_nan() 判断是否为合法数值。语法is_nan(x)参数描述x必需。规定要检查的值。说明如果 x 为“非数值”,例如 acos(1.01) 的结果,则返回 true。例子输出:1
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
0305
headers_list-蚂蚁资源网

headers_list

PHP headers_list() 函数定义和用法headers_list() 函数返回已发送的(或待发送的)响应头部的一个列表。该函数返回包含报头的数组。语法headers_list()提示和注释提示:如需确定是否已发送报...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
0415
ftp_chmod-蚂蚁资源网

ftp_chmod

PHP ftp_chmod() 函数定义和用法ftp_chmod() 函数设置 FTP 服务器上指定文件的权限。若成功,则该函数返回新的权限。否则返回 false。语法ftp_chmod(ftp_connection,mode,file)参数描述ftp_co...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
08812
linkinfo-蚂蚁资源网

linkinfo

PHP linkinfo() 函数定义和用法linkinfo() 函数返回连接的信息。本函数返回设备 ID。若出错,则返回 0 或 FALSE。语法linkinfo(path)参数描述path必需。规定要检查的路径提示和注释注释:本函...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
0585
fileatime-蚂蚁资源网

fileatime

PHP fileatime() 函数定义和用法fileatime() 函数返回指定文件的上次访问时间。该函数返回文件上次被访问的时间。如果出错则返回 false。时间以 Unix 时间戳的方式返回。语法fileatime(filena...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
0426
readdir-蚂蚁资源网

readdir

PHP readdir() 函数定义和用法readdir() 函数返回由 opendir() 打开的目录句柄中的条目。若成功,则该函数返回一个文件名,否则返回 false。语法readdir(dir_stream)参数描述dir_stream必需。...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
0476
JDMonthName-蚂蚁资源网

JDMonthName

PHP JDMonthName() 函数定义和用法JDMonthName() 函数返回指定历法的月份字符串。语法jdmonthname(jd,mode)参数描述jd必需。数字(儒略日计数)。mode可选。定义把儒略日计数转换为哪种历法,以...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
0499
compact-蚂蚁资源网

compact

PHP compact() 函数定义和用法compact() 函数创建一个由参数所带变量组成的数组。如果参数中存在数组,该数组中变量的值也会被获取。本函数返回的数组是一个关联数组,键名为函数的参数,键值为...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
03114
array_intersect_uassoc-蚂蚁资源网

array_intersect_uassoc

PHP array_intersect_uassoc() 函数定义和用法array_intersect_uassoc() 函数使用用户自定义的回调函数计算数组的交集,用回调函数比较索引。array_intersect_uassoc() 返回一个数组,该数组包...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
04114
ignore_user_abort-蚂蚁资源网

ignore_user_abort

PHP ignore_user_abort() 函数定义和用法ignore_user_abort() 函数设置与客户机断开是否会终止脚本的执行。本函数返回 user-abort 设置的之前的值(一个布尔值)。语法ignore_user_abort(sett...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方1个月前
03411