downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DomNode->owner_document> <DomNode->node_type
Last updated: Fri, 11 Dec 2009

view this page in

DomNode->node_value

(PHP 4 >= 4.1.0)

DomNode->node_value Returns value of a node

Description

string DomNode->node_value ( void )

Returns value of the node. The value has different meanings for the different types of nodes as illustrated in the following table.

Meaning of value
Type Meaning
DomAttribute value of attribute
DomAttribute  
DomCDataSection content
DomComment content of comment
DomDocument null
DomDocumentType null
DomElement null
DomEntity null
DomEntityReference null
DomNotation null
DomProcessingInstruction entire content without target
DomText content of text



add a note add a note User Contributed Notes
DomNode->node_value
There are no user contributed notes for this page.

DomNode->owner_document> <DomNode->node_type
Last updated: Fri, 11 Dec 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites