function domnode remove child


DomNode->remove_childPodręcznik PHPPoprzedniNastępnyDomNode->remove_child (no version information, might be only in CVS)DomNode->remove_child --  Removes child from list of children Descriptionobject DomNode->remove_child ( object oldchild) This functions removes a child from a list of children. If child cannot be removed or is not a child the function will return FALSE. If the child could be removed the functions returns the old child. Przykład 1. Removing a child<?php include("example.inc"); if(!$dom = domxml_open_mem($xmlstr)) { echo "Error while parsing the document\n"; exit; } $elements = $dom->get_elements_by_tagname("tbody"); $element = $elements[0]; $children = $element->child_nodes(); $child = $element->remove_child($children[0]); echo "<PRE>"; $xmlfile = $dom->dump_mem(true); echo htmlentities($xmlfile); echo "</PRE>"; ?> See also domnode_append_child(). PoprzedniSpis treściNastępnyDomNode->previous_siblingPoczątek rozdziałuDomNode->replace_child

Wyszukiwarka

Podobne podstrony:
function domnode replace child
function domnode first child
function domnode append child
function domnode has child nodes
function domnode last child
function domnode child nodes
function domnode get content
function swfmovie remove
function swf removeobject
function domxml new child
function shm remove
function shm remove
function domnode is blank node
function domnode replace node
function shm remove var
function shm remove var
function msg remove queue

więcej podobnych podstron