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

search for in the

DomDocument->create_processing_instruction> <DomDocument->create_element
Last updated: Fri, 06 Nov 2009

view this page in

DomDocument->create_entity_reference

(PHP 4 >= 4.1.0)

DomDocument->create_entity_reference エンティティ参照を作成する

説明

domentityreference DomDocument->create_entity_reference ( string $content )

この関数は DomEntityReference クラスの新規インスタンスを返します。 エンティティ参照の内容は渡されたパラメータの値です。このノードは、(たとえば) domnode_append_child() などで挿入されない限り、ドキュメント内に現われません。

エラーが発生した場合、戻り値は FALSE です。

domnode_append_child(), domdocument_create_element(), domdocument_create_text(), domdocument_create_cdata_section(), domdocument_create_processing_instruction(), domdocument_create_attribute(), domnode_insert_before() も参照ください。



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites