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

search for in the

tidy_access_count> <Funkcje Tidy
Last updated: Fri, 14 Nov 2008

view this page in

ob_tidyhandler

(PHP 5)

ob_tidyhandlerFunkcja zwrotna do czyszczenia bufora wyjścia dla funkcji ob_start

Opis

string ob_tidyhandler ( string $wejście [, int $tryb ] )

ob_tidyhandler() używa się do poprawiania bufora wyjścia jako argument funkcji zwrotnej ob_start().

Parametry

wejście

Bufor.

tryb

Tryb bufora.

Zwracane wartości

Zwraca zmodyfikowany bufor.

Przykłady

Example #1 Przykład ob_tidyhandler()

<?php
ob_start
('ob_tidyhandler');

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

Powyższy przykład wyświetli:

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

Zobacz też:



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

tidy_access_count> <Funkcje Tidy
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites