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

源代码在线查看: function.tidy-config-count.html

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

相关代码

												 				  Returns the Number of Tidy configuration errors encountered for specified document				  				 				 				 tidy_clean_repair				 tidy::__construct				 Tidy Functions				 PHP Manual								 				  tidy_config_count				  (PHP 5, PECL tidy:0.5.2-1.2)tidy_config_count — Returns the Number of Tidy configuration errors encountered for specified document								 				 				  Description				  				   int tidy_config_count				    ( tidy $object				   )								  				   tidy_config_count() returns the number of errors				   encountered in the configuration of the specified tidy				   object				.				  				  				   				    Example #1 tidy_config_count() example				    								<?php$html = '<p>test</I>';$config = array('doctype' => 'bogus');$tidy = tidy_parse_string($html, $config);/* This outputs 1, because 'bogus' isn't a valid doctype */echo tidy_config_count($tidy);?>												    								   				  				 												 tidy_clean_repair				 tidy::__construct				 Tidy Functions				 PHP Manual											

相关资源