создание и продвижение сайта (вбиваю в ТОП-10, как гвозди)Настройка и сопровождение платной рекламы яндекс.директ

PHP. Руководство по PHP. 2005

DomNode->remove_child

HREF="function.domnode-previous-sibling.html"> HREF="function.domnode-replace-child.html"> Пред.

След.

DomNode->remove_child

(no version information, might be only in CVS)DomNode->remove_child -- Removes child from list of children

Описание

domtext DomNode->remove_child (domtext 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.

Пример 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().

Пред.

Начало

След.

DomNode->previous_sibling

Уровень выше

DomNode->replace_child

Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.

Ваше письмо×
Free Web Hosting