排序
array_diff_key
PHP array_diff_key() 函数定义和用法array_diff_key() 函数返回一个数组,该数组包括了所有在被比较的数组中,但是不在任何其他参数数组中的键。语法array_diff_key(array1,array2,array3...)...
constant
PHP constant() 函数定义和用法constant() 函数返回常量的值。语法constant(constant)参数描述constant必需。规定要检查的常量的名称。提示和注释注释:该函数仅适用于 class 常量。例子输出...
xml_error_string
PHP xml_error_string() 函数定义和用法xml_error_string() 函数获取 XML 解析器的错误描述。语法xml_error_string(errorcode)参数描述errorcode必需。规定要使用的错误代码。该错误码是 xml_...
stripos
PHP stripos() 函数定义和用法stripos() 函数返回字符串在另一个字符串中第一次出现的位置。如果没有找到该字符串,则返回 false。语法strpos(string,find,start)参数描述string必需。规定被...
nl2br
PHP nl2br() 函数定义和用法nl2br() 函数在字符串中的每个新行 (n) 之前插入 HTML 换行符 ()。语法nl2br(string)参数描述string必需。规定要检查的字符串。例子输出:One line. Another lin...
addcslashes
PHP addcslashes() 函数定义和用法addcslashes() 函数在指定的字符前添加反斜杠。语法addcslashes(string,characters)参数描述string必需。规定要检查的字符串。characters可选。规定受 addcs...
mysql_get_host_info
PHP mysql_get_host_info() 函数定义和用法mysql_get_host_info() 函数返回 MySQL 主机的信息。如果成功,则返回当前正在使用的 MySQL 连接的类型,如果失败,则返回 false。语法mysql_get_ho...
pow
PHP pow() 函数定义和用法pow() 函数返回 x 的 y 次方。语法pow(x,y)参数描述x必需。一个数。y必需。一个数。说明返回 x 的 y 次方的幂。如果可能,本函数会返回 integer。如果不能计算幂...
asin
PHP asin() 函数定义和用法asin() 函数返回不同数值的反正弦,返回的结果是介于 -PI/2 与 PI/2 之间的弧度值。语法asin(x)参数描述x必需。一个数,范围在 -1 到 1 之间。说明返回 x 的反正...
ftp_nb_continue
PHP ftp_nb_continue() 函数定义和用法ftp_nb_continue() 函数连续获取 / 发送文件。该函数返回下列值:FTP_FAILED (send/receive failed)FTP_FINISHED (send/receive completed)FTP_MOREDATA...
