|
SplFileObject::fgetss(PHP 5 >= 5.1.0) SplFileObject::fgetss — Gets line from file and strip HTML tags Описание
public string SplFileObject::fgetss
([ string $allowable_tags
] )
Identical to SplFileObject::fgets(), except that SplFileObject::fgetss() attempts to strip any HTML and PHP tags from the text it reads. Список параметров
Возвращаемые значенияReturns a string containing the next line of the file with HTML and PHP code stripped, or FALSE on error. Примеры
Пример #1 SplFileObject::fgetss() example
<?php Результатом выполнения данного примера будет что-то подобное: Welcome! Today is the of . Text outside of the HTML block. Смотрите также
|
|