php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: class.domprocessinginstruction.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  The DOMProcessingInstruction class				  				 				 				 DOMNotation				 DOMProcessingInstruction::__construct				 DOM				 PHP Manual								 The DOMProcessingInstruction class				 				 				 				 																 				  				   Class synopsis				 								   				    DOMProcessingInstruction				 								    				     				      DOMProcessingInstruction				     				 								     				      extends				      DOMNode				     				 				     {								 				    /* Properties */								    				     readonly				     public				     string				      $target				    ;								    				     public				     string				      $data				    ;								 				    /* Methods */				    				     __construct				     ( string $name				    [, string $value				   ] )								 								    /* Inherited methods */				    				   DOMNode DOMNode::appendChild				    ( DOMNode $newnode				   )								   DOMNode DOMNode::cloneNode				    ([ bool $deep				  ] )								   bool DOMNode::hasAttributes				    ( void				   )								   bool DOMNode::hasChildNodes				    ( void				   )								   DOMNode DOMNode::insertBefore				    ( DOMNode $newnode				   [, DOMNode $refnode				  ] )								   bool DOMNode::isDefaultNamespace				    ( string $namespaceURI				   )								   bool DOMNode::isSameNode				    ( DOMNode $node				   )								   bool DOMNode::isSupported				    ( string $feature				   , string $version				   )								   string DOMNode::lookupNamespaceURI				    ( string $prefix				   )								   string DOMNode::lookupPrefix				    ( string $namespaceURI				   )								   void DOMNode::normalize				    ( void				   )								   DOMNode DOMNode::removeChild				    ( DOMNode $oldnode				   )								   DOMNode DOMNode::replaceChild				    ( DOMNode $newnode				   , DOMNode $oldnode				   )												   }								 				  				 												  				   Properties				   								    				     target								     								      Prop description				     								    												    				     data								     								      Prop description				     								    												   								  								  																 				 				 				 																												 				Table of ContentsDOMProcessingInstruction::__construct 鈥			

相关资源