排序
zip_entry_compressedsize
PHP zip_entry_compressedsize() 函数定义和用法zip_entry_compressedsize() 函数返回 zip 档案项目的压缩文件尺寸。语法zip_entry_compressedsize(zip_entry)参数描述zip_entry必需。规定要...
substr_replace
PHP substr_replace() 函数定义和用法substr_replace() 函数把字符串的一部分替换为另一个字符串。语法substr_replace(string,replacement,start,length)参数描述string必需。规定要检查的字...
attributes
PHP attributes() 函数定义和用法attributes() 函数获取 SimpleXML 元素的属性。该函数提供在一个 XML 标签中定义的属性和值。语法class SimpleXMLElement { string attributes(ns,is_prefi...
current
PHP current() 函数定义和用法current() 函数返回数组中的当前元素(单元)。每个数组中都有一个内部的指针指向它“当前的”元素,初始指向插入到数组中的第一个元素。current() 函数返回当前被...
xml_parser_set_option
PHP xml_parser_set_option() 函数定义和用法xml_parser_set_option() 函数为 XML 解析器进行选项设置。如果成功,则返回 true。如果失败,则返回 false。语法xml_parser_set_option(parser,o...
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...
rewind
PHP rewind() 函数定义和用法rewind() 函数将文件指针的位置倒回文件的开头。若成功,则返回 true。若失败,则返回 false。语法rewind(file)参数描述file必需。规定已打开的文件。例子
xml_parser_get_option
PHP xml_parser_get_option() 函数定义和用法xml_parser_get_option() 函数从 XML 解析器获取选项设置信息。语法xml_parser_get_option(parser,option)参数描述parser必需。规定要使用的 XML ...
