function domnode replace child


DomNode->replace_childPodręcznik PHPPoprzedniNastępnyDomNode->replace_child (no version information, might be only in CVS)DomNode->replace_child --  Replaces a child Descriptionobject DomNode->replace_child ( object oldnode, object newnode) (PHP 4.2) This function replaces the child oldnode with the passed new node. If the new node is already a child it will not be added a second time. If the old node cannot be found the function returns FALSE. If the replacement succeds the old node is returned. (PHP 4.3) This function replaces the child oldnode with the passed newnode, even if the new node already is a child of the DomNode. If newnode was already inserted in the document it is first unlinked from its existing context. If the old node cannot be found the function returns FALSE. If the replacement succeds the old node is returned. (This behaviour is according to the W3C specs). See also domnode_append_child() PoprzedniSpis treściNastępnyDomNode->remove_childPoczątek rozdziałuDomNode->replace_node

Wyszukiwarka

Podobne podstrony:
function domnode first child
function domnode append child
function domnode replace node
function domnode remove child
function domnode has child nodes
function domnode last child
function domnode child nodes
function domnode get content
function domxml new child
function domnode is blank node
function dba replace
function preg replace
function preg replace
function domnode node type

więcej podobnych podstron