PHP Function List
xml), doesn't exist. Closest matches:
- msql
- xmlreader
- xml_parse
- expm1
- bcmul
- libxmlerror
- mysqli
- px_numfields
- xmlrpc_encode
- symlink
- xmlrpc_decode
- tmpfile
- gmp_mul
- explode
- implode
- ifx_num_fields
- xml_set_object
- domxml_version
- domxml_new_doc
Site Search Results
-
I wanted to access the ISBN database, and was previously parsing the HTML string generated from their main page, that is until I discovered they have an API that returns XML. So, if anyone wants to get some information from the ISBN database, all you ...
-
参数 parser 一个指向将要使用的 XML 解析器的指针 data 需要解析的数据集。您可以多次对新的数据调用 xml_parse() 函数来分段解析一个文档;只要在解析最后一段数据时将 is_final 参数设置为 TRUE。
-
XML-RPC 函数 Table of Contents xmlrpc_decode_request — 将 XML 译码为 PHP 本身的类型 xmlrpc_decode — 将 XML 译码为 PHP 本身的类型 xmlrpc_encode_request — 为 PHP 的值生成 XML xmlrpc_encode — 为 PHP 的值生成 XML
-
函数 xml_parser_create() 建立一个新的 XML 解析器并返回可被其它 XML 函数使用的资源句柄。 可选参数 encoding 在 PHP 4 中用来指定要被解析的 XML 输入的字符编码方式。
-
xml_parser_set_option - Manualparser 指向要设置选项信息的 XML 解析器的指针。 option 要设置的选项名称。请参考下文。 value 要给选项设置的新值。 如果 parser 参数没有指向一个合法的解析器或者指定的选项无法 ...
-
xml_set_element_handler - Manual为 parser 参数指定的 XML 解析器建立元素处理器函数。参数 start_element_handler 和 end_element_handler 为表示函数名称的字符串,这些函数必须在为 parser 指定的解析器调用 xml_parse() 函数时已存在。
-
返回值 如果 parser 参数没有指向一个合法的解析器,该函数将返回 FALSE,否则将返回错误代码列表 ... add a note User Contributed Notes xml_get_error_code
-
While this SAX event based parser is better for memory management than the tree based parsers of SimpleXML and DOM, the pull-based parser XMLReader is much easier to use than the xml_parser_* functions, and still doesn't require loading the file into memory.
-
xml_set_character_data_handler - Manual为 parser 变量指向的 XML 解析器指定字符数据处理函数。handler 为表示一个函数名称的字符串,该函数必须在为 parser 指定的解析器调用 xml_parse() 函数时已存在。
-
xml_parse_into_struct - Manual该函数将 XML 文件解析到两个对应的数组中,index 参数含有指向 values 数组中对应值的指针。最后两个数组参数可由指针传递给函数。 Note: xml_parse_into_struct() 失败返回 0,成功返回 1。

Other forms of search
To search the string "xml)," using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
