DomDocument->html_dump_mem
string DomDocument->html_dump_mem ( void )
Tworzy dokument HTML z reprezentacji Dom . Ta funkcja tworzona jest zwykle po budowie nowego dokumentu dom od podstaw, jak w przykładzie poniżej.
Listing
//Przykład # 1 Tworzenie prostego nagłówka dokumentu HTML
<?php
// Creates the document
$doc = domxml_new_doc("1.0");
$root = $doc->create_element("html");
$root = $doc->append_child($root);
$head = $doc->create_element("head");
$head = $root->append_child($head);
$title = $doc->create_element("title");
$title = $head->append_child($title);
$text = $doc->create_text_node("This is the title");
$text = $title->append_child($text);
echo $doc->html_dump_mem();
?>
//Powyższy przykład wyświetli:
<html><head><title>This is the title</title></head></html>
Dodano przez: igor
Ranga: Administrator serwisu Punktów: 0
Ranga: Administrator serwisu Punktów: 0
Komentarze użytkowników
:: Losowe artykuły
:: Wymiana linków
Modowe inspiracje |
Android Gry i Aplikacje |
ZaplanujTransport.pl: Przeprowadzki, transport, aukcje |
Logo dla firmy |
Change Tires - Car Weather Forecast Reminder |
Laminas: MVC Framework for PHP |
IT Books Reviews and Programming: JS, JAVA, PHP, ANDROID, CSS |
Katalog roślin |
Programming articles: JAVA, PHP, C++, Python, JavaScript |
Kancelaria Adwokacka Łukasz Huszno