plik


DomNode->append_siblingPodręcznik PHPPoprzedniNastępnyDomNode->append_sibling (no version information, might be only in CVS)DomNode->append_sibling --  Adds new sibling to a node Descriptionobject DomNode->append_sibling ( object newnode) This functions appends a sibling to an existing node. The child can be created with e.g. domdocument_create_element(), domdocument_create_text() etc. or simply by using any other node. Before a new sibling is added it is first duplicated. Therefore the new child is a completely new copy which can be modified without changing the node which was passed to this function. If the node passed has children itself, they will be duplicated as well, which makes it quite easy to duplicate large parts of a xml document. The return value is the added sibling. If you plan to do further modifications on the added sibling you must use the returned node. This function has been added to provide the behaviour of domnode_append_child() as it works till PHP 4.2. See also domnode_append_before(). PoprzedniSpis treściNastępnyDomNode->append_childPoczątek rozdziałuDomNode->attributes

Wyszukiwarka

Podobne podstrony:
function domnode append child
function domnode previous sibling
function domnode next sibling
function domnode get content
function domnode replace child
function mcal append event
function domnode first child
function domnode is blank node
function domnode replace node
function domnode remove child
function domnode has child nodes
function imap append
function domnode node type
function mcal append event
function domnode set content
function imap append
function domnode set namespace

więcej podobnych podstron