PHP Function List
simplexml-element-xpath doesn't exist. Closest matches:
- simplexmlelement
- simplexmliterator
- simplexml_import_dom
- domimplementation
- simplexml_load_string
- simplexml_load_file
- class_implements
- domelement
- xml_set_element_handler
- implementsinterface
- solrillegalargumentexception
- signeurlpaiement
- xmlwriter_end_element
- libxml_set_streams_context
- snmpexception
- domelement_tagname
- svn_fs_file_length
- xmlwriter_start_element
- xmlwriter_write_element
- stompexception
Site Search Results
-
SimpleXMLElement::xpath - ManualSeems like this function cannot return the result of XPath string() [1] function. For example if you query xpath("string(a/@b)") you will get bool(false) although the node "a" may have the attribute "b" set to a non-empty string.
-
SimpleXMLElement::addAttribute — Adds an attribute to the SimpleXML element SimpleXMLElement::addChild — Adds a child element to the ... SimpleXMLElement::registerXPathNamespace — Creates a prefix/ns context for the next XPath query SimpleXMLElement::saveXML ...
-
SimpleXMLElement::xpath - ManualVoir aussi SimpleXMLElement::registerXPathNamespace() - Crée un contexte préfixe/ns pour la prochaine requête XPath SimpleXMLElement::getDocNamespaces() - Retourne les espaces de noms déclarés dans un document
-
You can either use XPATH, which works fine, but will return an array of results every time, even if there is a single result. eg. <?php $xml-> xpath ('/data/time-layout/start-valid-time'); ?> You can also choose just to encapsulate the element names containing ...
-
SimpleXMLIterator::current SimpleXMLElement::xpath ... Contents SimpleXMLIterator::current — Returns the current element SimpleXMLIterator::getChildren — Returns the sub-elements of ...
-
SimpleXMLElement::saveXML - ManualSimpleXMLElement:: xpath SimpleXMLElement::xpath SimpleXMLElement::registerXPathNamespace [edit] Last updated: Fri, 18 May 2012 view this page in SimpleXMLElement::saveXML (PHP 5 >= 5.2.0) SimpleXMLElement::saveXML — Alias of SimpleXMLElement::asXML()
-
SimpleXMLElement::count - ManualSimpleXMLElement:: count SimpleXMLElement:: getDocNamespaces SimpleXMLElement:: getName SimpleXMLElement:: getNamespaces SimpleXMLElement:: registerXPathNamespace SimpleXMLElement:: saveXML SimpleXMLElement:: xpath
-
SimpleXMLElement::children - Manual$children = $sxml-> xpath ('child::node()'); ?> The reason you might want this is to be able to use array functions like array_shift, array_pop, etc. This is especially true when you are writing recursive functions.
-
SimpleXMLElement::registerXPathNamespace — 次の XPath クエリ用の prefix/ns コンテキストを作成する SimpleXMLElement::saveXML — SimpleXMLElement::asXML のエイリアス SimpleXMLElement::xpath — XML データに Xpath クエリを実行 ...

Other forms of search
To search the string "simplexml-element-xpath" 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.
