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

search for in the

tidy_access_count> <Tidy Functions
[edit] Last updated: Fri, 24 Jun 2011

view this page in

ob_tidyhandler

(PHP 5)

ob_tidyhandlerتابع بازگشتی ob_start برای تعمیر بافر

Description

string ob_tidyhandler ( string $input [, int $mode ] )

تابع بازگشتی ob_start() برای تعمیر بافر.

Parameters

input

بافر.

mode

حالت بافر.

Return Values

بازگرداندن بافر تغییر یافته.

Examples

Example #1 مثال ob_tidyhandler()

<?php
ob_start
('ob_tidyhandler');

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

The above example will output:

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

See Also



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites