Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: ob_tidyhandler - Manual
[go: Go Back, main page]

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

search for in the

tidy_access_count" width="11" height="7"/> <Tidy関数
Last updated: Mon, 05 Feb 2007

view this page in

ob_tidyhandler

(No version information available, might be only in CVS)

ob_tidyhandler — バッファを修正するための ob_start コールバック関数

説明

string ob_tidyhandler ( string input [, int mode] )

ob_tidyhandler() は、バッファを修正するための ob_start() として使用されることを意図しています。

例 2355. ob_tidyhandler() の例

<?php
ob_start
('ob_tidyhandler');

echo
'<p>test</i>';
?>

上の例の出力は以下となります。


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title></title>
</head>
<body>
<p>test</p>
</body>
</html>

      

ob_start() も参照ください。



add a note add a note User Contributed Notes
ob_tidyhandler
There are no user contributed notes for this page.

tidy_access_count" width="11" height="7"/> <Tidy関数
Last updated: Mon, 05 Feb 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites