PHP handleiding

PHP TUIS PHP Inleiding PHP installeer PHP sintaksis PHP opmerkings PHP veranderlikes PHP Echo / Druk PHP datatipes PHP Strings PHP-nommers PHP Wiskunde PHP konstante PHP-operateurs PHP As...Anders...Elseif PHP skakelaar PHP-lusse PHP funksies PHP-skikkings PHP Superglobals PHP RegEx

PHP- vorms

PHP-vormhantering PHP-vorm validering PHP-vorm word vereis PHP-vorm URL/e-pos PHP-vorm voltooi

PHP Gevorderd

PHP datum en tyd PHP sluit in PHP-lêerhantering PHP-lêer oop/lees PHP-lêer skep/skryf PHP-lêer oplaai PHP-koekies PHP-sessies PHP filters PHP-filters Gevorderd PHP-terugbelfunksies PHP JSON PHP-uitsonderings

PHP OOP

PHP Wat is OOP PHP Klasse/Objekte PHP Konstrukteur PHP vernietiger PHP Toegangswysigers PHP erfenis PHP konstante PHP Abstrakte Klasse PHP-koppelvlakke PHP eienskappe PHP statiese metodes PHP Statiese Eienskappe PHP naamruimtes PHP Iterables

MySQL- databasis

MySQL-databasis MySQL Connect MySQL Skep DB MySQL Skep tabel MySQL Voeg data in MySQL Kry Laaste ID MySQL Voeg veelvuldige in MySQL voorberei MySQL Kies Data MySQL Waar MySQL Bestel deur MySQL verwyder data MySQL-opdateringsdata MySQL-limietdata

PHP XML

PHP XML-ontleders PHP SimpleXML-ontleder PHP SimpleXML - Kry PHP XML Expat PHP XML DOM

PHP - AJAX

AJAX Intro AJAX PHP AJAX-databasis AJAX XML AJAX Live Search AJAX-peiling

PHP voorbeelde

PHP voorbeelde PHP samesteller PHP vasvra PHP Oefeninge PHP-sertifikaat

PHP- verwysing

PHP Oorsig PHP Skikking PHP-kalender PHP datum PHP gids PHP fout PHP-uitsondering PHP lêerstelsel PHP filter PHP FTP PHP JSON PHP sleutelwoorde PHP Libxml PHP-pos PHP Wiskunde PHP Diverse PHP MySQLi PHP-netwerk PHP-uitsetbeheer PHP RegEx PHP SimpleXML PHP-stroom PHP-string PHP veranderlike hantering PHP XML-ontleder PHP zip PHP Tydsones

PHP SimpleXML- funksies


PHP SimpleXML Inleiding

SimpleXML is 'n uitbreiding wat ons toelaat om maklik XML-data te manipuleer en te kry.

SimpleXML bied 'n maklike manier om 'n element se naam, eienskappe en tekstuele inhoud te kry as jy die XML-dokument se struktuur of uitleg ken.

SimpleXML verander 'n XML-dokument in 'n datastruktuur waardeur u kan herhaal soos 'n versameling skikkings en voorwerpe.


Installasie

Vanaf PHP 5 is die SimpleXML-funksies deel van die PHP-kern. Geen installasie is nodig om hierdie funksies te gebruik nie.


PHP SimpleXML-funksies

Function Description
__construct() Creates a new SimpleXMLElement object
__toString() Returns the string content of an element
addAttribute() Appends an attribute to the SimpleXML element
addChild() Appends a child element the SimpleXML element
asXML() Returns a well-formed XML string (XML version 1.0) from a SimpleXML object
attributes() Returns the attributes/values of an element
children() Returns the children of a specified node
count() Counts the children of a specified node
getDocNamespaces() Returns the namespaces declared in document
getName() Returns the name of an element
getNamespaces() Returns the namespaces used in document
registerXPathNamespace() Creates a namespace context for the next XPath query
saveXML() Alias of asXML()
simplexml_import_dom() Returns a SimpleXMLElement object from a DOM node
simplexml_load_file() Converts an XML document to an object
simplexml_load_string() Converts an XML string to an object
xpath() Runs an XPath query on XML data

PHP SimpleXML Iterasie funksies

Function Description
current() Returns the current element
getChildren() Returns the child elements of the current element
hasChildren() Checks whether the current element has children
key() Returns the XML tag name of the current element
next() Moves to the next element
rewind() Rewinds to the first element
valid() Checks whether the current element is valid