PHP Functions : XML Parser Functions

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions XML Parser Functions
Help URL: http://www.php.net/manual/en/ref.xml.php


Items Related to XML Parser Functions

Inner Elements of XML Parser Functions

XML Parser Functions contains following items:
  • utf8_decode (utf decode)
  • utf8_encode (utf encode)
  • xml_error_string (xml error string)
  • xml_get_current_byte_index (xml get current byte index)
  • xml_get_current_column_number (xml get current column number)
  • xml_get_current_line_number (xml get current line number)
  • xml_get_error_code (xml get error code)
  • xml_parse_into_struct (xml parse into struct)
  • xml_parse (xml parse)
  • xml_parser_create_ns (xml parser create ns)
  • xml_parser_create (xml parser create)
  • xml_parser_free (xml parser free)
  • xml_parser_get_option (xml parser get option)
  • xml_parser_set_option (xml parser set option)
  • xml_set_character_data_handler (xml set character data handler)
  • xml_set_default_handler (xml set default handler)
  • xml_set_element_handler (xml set element handler)
  • xml_set_end_namespace_decl_handler (xml set end namespace decl handler)
  • xml_set_external_entity_ref_handler (xml set external entity ref handler)
  • xml_set_notation_decl_handler (xml set notation decl handler)
  • xml_set_object (xml set object)
  • xml_set_processing_instruction_handler (xml set processing instruction handler)
  • xml_set_start_namespace_decl_handler (xml set start namespace decl handler)
  • xml_set_unparsed_entity_decl_handler (xml set unparsed entity decl handler)


PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers.
   -- wikipedia.org

Home