PHP函数 第14页
PHP函数
str_pad-蚂蚁资源网

str_pad

PHP str_pad() 函数定义和用法str_pad() 函数把字符串填充为指定的长度。语法str_pad(string,length,pad_string,pad_type)参数描述string必需。规定要填充的字符串。length必需。规定新字符串...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方1个月前
0388
hebrevc-蚂蚁资源网

hebrevc

PHP hebrevc() 函数定义和用法hebrevc() 函数把希伯来文本从右至左的流转换为左至右的流。它也会把新行 (n) 转换为 。只有 224 至 251 之间的 ASCII 字符,以及标点符号受到影响。语法hebrev(...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方1个月前
04011
mysql_unbuffered_query-蚂蚁资源网

mysql_unbuffered_query

PHP mysql_unbuffered_query() 函数定义和用法mysql_unbuffered_query() 函数向 MySQL 发送一条 SQL 查询(不获取 / 缓存结果)。语法mysql_unbuffered_query(query,connection)参数描述query...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
0505
mysql_error-蚂蚁资源网

mysql_error

PHP mysql_error() 函数定义和用法mysql_error() 函数返回上一个 MySQL 操作产生的文本错误信息。本函数返回上一个 MySQL 函数的错误文本,如果没有出错则返回 (空字符串)。语法mysql_error...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
05415
hypot-蚂蚁资源网

hypot

PHP hypot() 函数定义和用法hypot() 函数计算一直角三角形的斜边长度。语法hypot(x,y)参数描述x必需。边 x 的长度。y必需。边 y 的长度。说明hypot() 函数将会跟据直角三角形的两直解边长度 x...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
05514
ftp_ssl_connect-蚂蚁资源网

ftp_ssl_connect

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

ftp_alloc

PHP ftp_alloc() 函数定义和用法ftp_alloc() 函数为要上传到 FTP 服务器的文件分配空间。若成功,则返回 true。否则返回 false。语法ftp_alloc(ftp_connection,size,return)参数描述ftp_conne...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
04315
is_writable-蚂蚁资源网

is_writable

PHP is_writable() 函数定义和用法is_writable() 函数判断指定的文件是否可写。语法is_writable(file)参数描述file必需。规定要检查的文件。说明如果文件存在并且可写则返回 true。file 参数...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
02611
file_exists-蚂蚁资源网

file_exists

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

closedir

PHP closedir() 函数定义和用法closedir() 函数关闭由 opendir() 函数打开的目录句柄。语法closedir(dir_stream)参数描述dir_stream必需。规定要关闭的目录句柄。例子输出:filename: . filena...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
0275