PHP函数 第9页
PHP函数
JDToFrench-蚂蚁资源网

JDToFrench

PHP JDToFrench() 函数定义和用法JDToFrench() 函数把儒略日计数转换为法国共和国历法。语法jdtofrench(jd)参数描述jd必需。数字(儒略日计数)。提示和注释:注释:该函数以 'month/day/year...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2年前
011514
compact-蚂蚁资源网

compact

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

array_intersect_uassoc

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

dechex

PHP dechex() 函数定义和用法dechex() 函数把十进制转换为十六进制。语法dechex(dec_number)参数描述dec_number必需。规定要转换的十进制数。说明返回一个字符串,包含有给定 binary_string...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2年前
06914
utf8_decode-蚂蚁资源网

utf8_decode

PHP utf8_decode() 函数定义和用法utf8_decode() 函数把 UTF-8 字符串解码为 ISO-8859-1。该函数把用 UTF-8 方式编码的 ISO-8859-1 字符串转换成单字节的 ISO-8859-1 字符串。如果成功,该函...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方1年前
05614
simplexml_load_string-蚂蚁资源网

simplexml_load_string

PHP simplexml_load_string() 函数定义和用法simplexml_load_string() 函数把 XML 字符串载入对象中。如果失败,则返回 false。语法simplexml_load_file(string,class,options,ns,is_prefix)...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2年前
03714
mysql_free_result-蚂蚁资源网

mysql_free_result

PHP mysql_free_result() 函数定义和用法mysql_free_result() 函数释放结果内存。如果成功,则返回 true,如果失败,则返回 false。语法mysql_free_result(data)参数描述data必需。要释放的结果...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2年前
06414
mysql_num_rows-蚂蚁资源网

mysql_num_rows

PHP mysql_num_rows() 函数定义和用法mysql_num_rows() 函数返回结果集中行的数目。语法mysql_num_rows(data)参数描述data必需。结果集。该结果集从 mysql_query() 的调用中得到。说明mysql_n...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2年前
03814
ftp_pwd-蚂蚁资源网

ftp_pwd

PHP ftp_pwd() 函数定义和用法ftp_pwd() 函数返回当前目录名。语法ftp_pwd(ftp_connection)参数描述ftp_connection必需。规定要使用的 FTP 连接(FTP 连接的标识符)。例子
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2年前
05614
usleep-蚂蚁资源网

usleep

PHP usleep() 函数定义和用法usleep() 函数延迟代码执行若干微秒。语法usleep(microseconds)参数描述microseconds必需。以微秒计的暂停时间。返回值无返回值。提示和注释注释:在 PHP 5 之前...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方1年前
03714