SimpleXMLElement->children() -- Finds children of given node
Opis
class SimpleXMLElement { SimpleXMLElement children ( [string ns [, bool is_prefix]] ) }
This method finds the children of the element of which it is a member. The result
follows normal iteration rules.
Notatka: W SimpleXML wprowadzono zasadÄ™
dodawania pól iteracyjnych dla większości metod. Nie mogą być one przeglądane
przez var_dump() ani przez nic innego co bada obiekty.