PHP Functions : DOM XML Functions

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


Items Related to DOM XML Functions

Inner Elements of DOM XML Functions

DOM XML Functions contains following items:
  • DomAttribute->name (Dom Attribute name)
  • DomAttribute->set_value (Dom Attribute set value)
  • DomAttribute->specified (Dom Attribute specified)
  • DomAttribute->value (Dom Attribute value)
  • DomDocument->add_root (Dom Document add root)
  • DomDocument->create_attribute (Dom Document create attribute)
  • DomDocument->create_cdata_section (Dom Document create cdata section)
  • DomDocument->create_comment (Dom Document create comment)
  • DomDocument->create_element_ns (Dom Document create element ns)
  • DomDocument->create_element (Dom Document create element)
  • DomDocument->create_entity_reference (Dom Document create entity reference)
  • DomDocument->create_processing_instruction (Dom Document create processing instruction)
  • DomDocument->create_text_node (Dom Document create text node)
  • DomDocument->doctype (Dom Document doctype)
  • DomDocument->document_element (Dom Document document element)
  • DomDocument->dump_file (Dom Document dump file)
  • DomDocument->dump_mem (Dom Document dump mem)
  • DomDocument->get_element_by_id (Dom Document get element by id)
  • DomDocument->get_elements_by_tagname (Dom Document get elements by tagname)
  • DomDocument->html_dump_mem (Dom Document html dump mem)
  • DomDocument->xinclude (Dom Document xinclude)
  • DomDocumentType->entities() (Dom Document Type entities )
  • DomDocumentType->internal_subset() (Dom Document Type internal subset )
  • DomDocumentType->name() (Dom Document Type name )
  • DomDocumentType->notations() (Dom Document Type notations )
  • DomDocumentType->public_id() (Dom Document Type public id )
  • DomDocumentType->system_id() (Dom Document Type system id )
  • DomElement->get_attribute_node() (Dom Element get attribute node )
  • DomElement->get_attribute() (Dom Element get attribute )
  • DomElement->get_elements_by_tagname() (Dom Element get elements by tagname )
  • DomElement->has_attribute() (Dom Element has attribute )
  • DomElement->remove_attribute() (Dom Element remove attribute )
  • DomElement->set_attribute_node() (Dom Element set attribute node )
  • DomElement->set_attribute() (Dom Element set attribute )
  • DomElement->tagname() (Dom Element tagname )
  • DomNode->add_namespace (Dom Node add namespace)
  • DomNode->append_child (Dom Node append child)
  • DomNode->append_sibling (Dom Node append sibling)
  • DomNode->attributes (Dom Node attributes)
  • DomNode->child_nodes (Dom Node child nodes)
  • DomNode->clone_node (Dom Node clone node)
  • DomNode->dump_node (Dom Node dump node)
  • DomNode->first_child (Dom Node first child)
  • DomNode->get_content (Dom Node get content)
  • DomNode->has_attributes (Dom Node has attributes)
  • DomNode->has_child_nodes (Dom Node has child nodes)
  • DomNode->insert_before (Dom Node insert before)
  • DomNode->is_blank_node (Dom Node is blank node)
  • DomNode->last_child (Dom Node last child)
  • DomNode->next_sibling (Dom Node next sibling)
  • DomNode->node_name (Dom Node node name)
  • DomNode->node_type (Dom Node node type)
  • DomNode->node_value (Dom Node node value)
  • DomNode->owner_document (Dom Node owner document)
  • DomNode->parent_node (Dom Node parent node)
  • DomNode->prefix (Dom Node prefix)
  • DomNode->previous_sibling (Dom Node previous sibling)
  • DomNode->remove_child (Dom Node remove child)
  • DomNode->replace_child (Dom Node replace child)
  • DomNode->replace_node (Dom Node replace node)
  • DomNode->set_content (Dom Node set content)
  • DomNode->set_name (Dom Node set name)
  • DomNode->set_namespace (Dom Node set namespace)
  • DomNode->unlink_node (Dom Node unlink node)
  • DomProcessingInstruction->data (Dom Processing Instruction data)
  • DomProcessingInstruction->target (Dom Processing Instruction target)
  • DomXsltStylesheet->process() (Dom Xslt Stylesheet process )
  • DomXsltStylesheet->result_dump_file() (Dom Xslt Stylesheet result dump file )
  • DomXsltStylesheet->result_dump_mem() (Dom Xslt Stylesheet result dump mem )
  • domxml_new_doc (domxml new doc)
  • domxml_open_file (domxml open file)
  • domxml_open_mem (domxml open mem)
  • domxml_version (domxml version)
  • domxml_xmltree (domxml xmltree)
  • domxml_xslt_stylesheet_doc (domxml xslt stylesheet doc)
  • domxml_xslt_stylesheet_file (domxml xslt stylesheet file)
  • domxml_xslt_stylesheet (domxml xslt stylesheet)
  • domxml_xslt_version (domxml xslt version)
  • xpath_eval_expression (xpath eval expression)
  • xpath_eval (xpath eval)
  • xpath_new_context (xpath new context)
  • xpath_register_ns_auto (xpath register ns auto)
  • xpath_register_ns (xpath register ns)
  • xptr_eval (xptr eval)
  • xptr_new_context (xptr new context)


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