Home :: International :: Manuals :: Howto :: FAQ :: Man Pages :: Email Login

 
 

 

DomDocument->create_text_node

(no version information, might be only in CVS)

DomDocument->create_text_node -- Crea un nodo di testo

Descrizione

object DomDocument->create_text_node ( string contenuto)

Questa funzione restituisce una nuova istanza della classe DomText. Il testo del nodo viene passato tramite il parametro. Questo nodo non sarà presente nel documento fino a quando non viene inserito con funzioni tipo domnode_append_child().

La funzione restituisce FALSE se si verifica un errore.

Vedere anche domnode_append_child(), domdocument_create_element(), domdocument_create_comment(), domdocument_create_text(), domdocument_create_attribute(), domdocument_create_processing_instruction(), domdocument_create_entity_reference() e domnode_insert_before().

 
 
 
 
Google
  Web Linuxinfor   
 

Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account

Document on this page is part of "Manuale PHP". See Index Page for more info about Authorship and Copyright.

1999-2009 Linuxinfor.com. No rights reserved.