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

源代码在线查看: function.xml-get-error-code.html

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

相关代码

												 				  Get XML parser error code				  				 				 				 xml_get_current_line_number				 xml_parse_into_struct				 XML Parser Functions				 PHP Manual								 				  xml_get_error_code				  (PHP 4, PHP 5)xml_get_error_code — Get XML parser error code								 								 				  Description				  				   int xml_get_error_code				    ( resource $parser				   )								  				   Gets the XML parser error code.				  				 												 				  Parameters				  				   								    								     parser												     								      				       A reference to the XML parser to get error code from.				      				     								    								   								  				 												 				  Return Values				  				   This function returns FALSE if parser				 does				   not refer to a valid parser, or else it returns one of the error				   codes listed in the error codes				   section.				  				 												 				  See Also				  				   				    xml_error_string()				   				  				 																 xml_get_current_line_number				 xml_parse_into_struct				 XML Parser Functions				 PHP Manual											

相关资源