PHP函数 第8页
PHP函数
explode-蚂蚁资源网

explode

PHP explode() 函数定义和用法explode() 函数把字符串分割为数组。语法explode(separator,string,limit)参数描述separator必需。规定在哪里分割字符串。string必需。要分割的字符串。limit可...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
05811
number_format-蚂蚁资源网

number_format

PHP number_format() 函数定义和用法number_format() 函数通过千位分组来格式化数字。语法number_format(number,decimals,decimalpoint,separator)参数描述number必需。要格式化的数字。如果...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
05810
mysql_fetch_lengths-蚂蚁资源网

mysql_fetch_lengths

PHP mysql_fetch_lengths() 函数定义和用法mysql_fetch_lengths() 函数取得一行中每个字段的内容的长度。行是由这些函数返回的:mysql_fetch_array()、mysql_fetch_assoc()、mysql_fetch_obje...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
0589
usort-蚂蚁资源网

usort

PHP usort() 函数定义和用法usort() 函数使用用户自定义的函数对数组排序。注释:如果两个元素比较结果相同,则它们在排序后的数组中的顺序未经定义。到 PHP 4.0.6 之前,用户自定义函数将保留...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
0589
convert_uuencode-蚂蚁资源网

convert_uuencode

PHP convert_uuencode() 函数定义和用法convert_uuencode() 函数使用 uuencode 算法对字符串进行编码。语法convert_uuencode(string)参数描述string必需。规定进行 uuencode 的字符串。提示和...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
05812
filetype-蚂蚁资源网

filetype

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

unpack

PHP unpack() 函数定义和用法unpack() 函数从二进制字符串对数据进行解包。语法unpack(format,data)参数描述format必需。规定在解包数据时所使用的格式。data可选。规定被解包的二进制数据。f...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
05810
popen-蚂蚁资源网

popen

PHP popen() 函数定义和用法popen() 函数打开进程文件指针。语法popen(command,mode)参数描述command必需。规定要执行的命令。mode必需。规定连接模式。 可能的值:r: 只读。w: 只写 (打开并...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
05811
ftp_size-蚂蚁资源网

ftp_size

PHP ftp_size() 函数定义和用法ftp_size() 函数返回指定文件的大小。语法ftp_size(ftp_connection,remote_file)参数描述ftp_connection必需。规定要使用的 FTP 连接(FTP 连接的标识符)。rem...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
0587
debug_print_backtrace-蚂蚁资源网

debug_print_backtrace

PHP debug_print_backtrace() 函数定义和用法debug_print_backtrace() 函数输出 backtrace。语法debug_print_backtrace()例子输出:#0 three(Cleveland, Brown) called at [C:webfoldert...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
05710