PHP函数 第11页
PHP函数
mysql_client_encoding-蚂蚁资源网

mysql_client_encoding

PHP mysql_client_encoding() 函数定义和用法mysql_client_encoding() 函数返回当前连接的字符集的名称。语法mysql_client_encoding(link_identifier)参数描述link_identifier必需。MySQL 的...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
03510
deg2rad-蚂蚁资源网

deg2rad

PHP deg2rad() 函数定义和用法deg2rad() 函数将角度转换为弧度。语法deg2rad(degree_number)参数描述degree_number必需。规定要转换的角度。说明本函数把 degree_number 从角度转换成弧度。...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
0436
ftp_rawlist-蚂蚁资源网

ftp_rawlist

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

filter_id

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

is_dir

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

fflush

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

strptime

PHP strptime() 函数定义和用法strptime() 函数解析由 strftime() 生成的日期/时间。语法strptime(date,format)参数描述date要解析的字符串(例如从 strftime() 返回的)。formatdate 所使...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
07012
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必需。规定要使用...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
0496
array_uintersect-蚂蚁资源网

array_uintersect

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

array_diff_key

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