filters_string

level 1 heading

\n"); fclose($fp); /* Выведет:  bolded text enlarged to a level 1 heading   */ $fp = fopen('php://output', 'w'); stream_filter_append($fp, 'string.strip_tags', STREAM_FILTER_WRITE, array('b','i','u')); fwrite($fp, "bolded text enlarged to a 

level 1 heading

\n"); fclose($fp); /* Выведет:  bolded text enlarged to a level 1 heading   */ [/php]

add a note add a note User Contributed Notes Строковые фильтры - [0 notes]
There are no user contributed notes for this page.
 
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2013 The PHP Group
All rights reserved.
This mirror generously provided by: Cronyx Plus LLC
Last updated: Sun Mar 3 12:41:09 2013 MSK


Смотрите также:
Описание на ru2.php.net
Описание на php.ru