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

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

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

相关代码

												 				  The XSLTProcessor class				  				 				 				 XSL				 XSLTProcessor::__construct				 XSL				 PHP Manual								 The XSLTProcessor class				 				 				 				 								  				   Introduction								   				    Description of the class.				   				  								 				  				   Class synopsis				 								   				    XSLTProcessor				 								    				     				      XSLTProcessor				     				     {								 				    /* Methods */				    				    string				     getParameter				     ( string $namespaceURI				    , string $localName				    )								    bool				     hasExsltSupport				     ( void				    )								    void importStylesheet				     ( DOMDocument $stylesheet				    )								    void				     registerPHPFunctions				     ([ mixed $restrict				   ] )								    bool				     removeParameter				     ( string $namespaceURI				    , string $localName				    )								    bool setParameter				     ( string $namespace				    , string $name				    , string $value				    )								    DOMDocument				     transformToDoc				     ( DOMNode $doc				    )								    int				     transformToURI				     ( DOMDocument $doc				    , string $uri				    )								    string				     transformToXML				     ( DOMDocument $doc				    )								   }								 				  				 				 				 				 																																																																																																																																																																																																																																																				 				Table of ContentsXSLTProcessor::__construct 鈥			

相关资源