php-doc-en/reference/xml/functions
Rowan Tommins 99d758bd25
Improve documentation of string encoding conversion functions
- Move utf8_encode and utf8_decode into the strings chapter, since
  they were moved out of the XML extension in 7.2
- Recommend mb_convert_encoding, iconv, and UConverter::transcode
  when mentioning encoding in passing
- Document UConverter::transcode, based on examination of source
  and upstream ICU docs
- Make the language used more consistent, e.g. "convert" rather
  than "encode"/"decode", "encoding" rather than "charset"

Closes GH-1418.
2022-04-04 12:24:24 +02:00
..
xml-error-string.xml
xml-get-current-byte-index.xml Fix xml_get_current_byte_index notes section before changelog 2021-04-30 19:14:49 +01:00
xml-get-current-column-number.xml
xml-get-current-line-number.xml
xml-get-error-code.xml
xml-parse-into-struct.xml
xml-parse.xml
xml-parser-create-ns.xml Removed references to PHP 5, PHP 7.0 (#548) 2021-04-26 11:46:55 +03:00
xml-parser-create.xml Remove PHP 5, 7 references (#563) 2021-05-16 22:07:40 +03:00
xml-parser-free.xml Add note about NOP code 2021-09-14 15:09:52 +02:00
xml-parser-get-option.xml
xml-parser-set-option.xml
xml-set-character-data-handler.xml
xml-set-default-handler.xml Fix xml_set_default_handler return values section out-of-order 2021-04-30 19:14:49 +01:00
xml-set-element-handler.xml
xml-set-end-namespace-decl-handler.xml
xml-set-external-entity-ref-handler.xml
xml-set-notation-decl-handler.xml
xml-set-object.xml
xml-set-processing-instruction-handler.xml
xml-set-start-namespace-decl-handler.xml
xml-set-unparsed-entity-decl-handler.xml