PHP函数 第10页
PHP函数
ftp_ssl_connect-蚂蚁资源网

ftp_ssl_connect

PHP ftp_ssl_connect() 函数定义和用法ftp_ssl_connect() 函数打开一个安全的 SSL-FTP 连接。当连接打开,您就可以在服务器运行 FTP 函数。语法ftp_ssl_connect(host,port,timeout)参数描述ho...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
02914
file_exists-蚂蚁资源网

file_exists

PHP file_exists() 函数定义和用法file_exists() 函数检查文件或目录是否存在。如果指定的文件或目录存在则返回 true,否则返回 false。exists中文翻译为存在的意思。语法file_exists(path)参...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
05214
convert_cyr_string-蚂蚁资源网

convert_cyr_string

PHP convert_cyr_string() 函数定义和用法convert_cyr_string() 函数把字符由一种 Cyrillic 字符转换成另一种。被支持的 Cyrillic 字符集是:k - koi8-rw - windows-1251i - iso8859-5a - x-c...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
03214
strcoll-蚂蚁资源网

strcoll

PHP strcoll() 函数定义和用法strcoll() 函数比较两个字符串。该函数返回:0 - 如果两个字符串相等>0 - 如果 string1 大于 string2字符串的比较会根据本地设置而变化。(Aa)。语法strcoll(st...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
04714
hebrev-蚂蚁资源网

hebrev

PHP hebrev() 函数定义和用法hebrev() 函数把希伯来文本从右至左的流转换为左至右的流。只有 224 至 251 之间的 ASCII 字符,以及标点符号受到影响。语法hebrev(string,maxcharline)参数描述s...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
03114
strncasecmp-蚂蚁资源网

strncasecmp

PHP strncasecmp() 函数定义和用法strncasecmp() 函数比较两个字符串。该函数返回:0 - 如果两个字符串相等>0 - 如果 string1 大于 string2语法strncasecmp(string1,string2,length)参数描述s...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
03114
ceil-蚂蚁资源网

ceil

PHP ceil() 函数定义和用法ceil() 函数向上舍入为最接近的整数。语法ceil(x)参数描述x必需。一个数。说明返回不小于 x 的下一个整数,x 如果有小数部分则进一位。ceil() 返回的类型仍然是 ...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
05214
array_change_key_case-蚂蚁资源网

array_change_key_case

PHP array_change_key_case()定义和用法array_change_key_case() 函数将数组的所有的 KEY 都转换为大写或小写。数组的数字索引不发生变化。如果未提供可选参数(即第二个参数),则默认转换为小...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
03114
mysql_stat-蚂蚁资源网

mysql_stat

PHP mysql_stat() 函数定义和用法mysql_stat() 函数返回 MySQL 服务器的当前系统状态。如果成功,则该函数返回状态。如果失败,则返回 false。语法mysql_stat(connection)参数描述connection...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
05314
mysql_field_len-蚂蚁资源网

mysql_field_len

PHP mysql_field_len() 函数定义和用法mysql_field_len() 函数返回指定字段的长度。如果成功,则返回字段的长度,如果失败,则返回 false。语法mysql_field_len(data,field_offset)参数描述da...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
03913