PHP函数 第43页
PHP函数
ftp_rawlist-蚂蚁资源网

ftp_rawlist

PHP ftp_rawlist() 函数定义和用法ftp_rawlist() 函数返回指定目录中文件的详细列表。语法ftp_rawlist(ftp_connection,dir,recursive)参数描述ftp_connection必需。规定要使用的 FTP 连接(FTP ...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
0947
filter_id-蚂蚁资源网

filter_id

PHP filter_id() 函数定义和用法filter_id() 函数返回指定过滤器的 ID 号。若成功,则返回过滤器的 ID 号。如果该过滤器不存在,则返回 NULL。语法filter_id(filter_name)参数描述type必需。...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
03913
is_dir-蚂蚁资源网

is_dir

PHP is_dir() 函数定义和用法is_dir() 函数检查指定的文件是否是目录。语法is_dir(file)参数描述file必需。规定要检查的文件。说明如果文件名存在并且为目录,则返回 true。如果 file 是一...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
0469
fflush-蚂蚁资源网

fflush

PHP fflush() 函数定义和用法fflush() 函数将缓冲内容输出到文件。语法fflush(file)参数描述file必需。规定要检查的文件流。说明本函数强制将所有缓冲的输出写入 file 文件句柄所指向的资源。...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
04212
strptime-蚂蚁资源网

strptime

PHP strptime() 函数定义和用法strptime() 函数解析由 strftime() 生成的日期/时间。语法strptime(date,format)参数描述date要解析的字符串(例如从 strftime() 返回的)。formatdate 所使...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
09912
cal_days_in_month-蚂蚁资源网

cal_days_in_month

PHP cal_days_in_month() 函数定义和用法cal_days_in_month() 函数针对指定的年份和日历,返回一个月中的天数。语法cal_days_in_month(calendar,month,year)参数描述calendar必需。规定要使用...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
0496
array_uintersect-蚂蚁资源网

array_uintersect

PHP array_uintersect() 函数定义和用法array_uintersect() 函数计算数组的交集,用回调函数比较数据。array_uintersect() 返回一个数组,该数组包含了所有在 array1 中也同时出现在所有其...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
0448
array_diff_key-蚂蚁资源网

array_diff_key

PHP array_diff_key() 函数定义和用法array_diff_key() 函数返回一个数组,该数组包括了所有在被比较的数组中,但是不在任何其他参数数组中的键。语法array_diff_key(array1,array2,array3...)...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
05711
constant-蚂蚁资源网

constant

PHP constant() 函数定义和用法constant() 函数返回常量的值。语法constant(constant)参数描述constant必需。规定要检查的常量的名称。提示和注释注释:该函数仅适用于 class 常量。例子输出...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
03010
xml_error_string-蚂蚁资源网

xml_error_string

PHP xml_error_string() 函数定义和用法xml_error_string() 函数获取 XML 解析器的错误描述。语法xml_error_string(errorcode)参数描述errorcode必需。规定要使用的错误代码。该错误码是 xml_...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
0455