SplFileObject::fgetss() - 文件处理
SplFileObject::fgetss()
(PHP 5 >= 5.1.0, PHP 7)
Gets line from file and strip HTML tags
WarningThis function has beenDEPRECATEDas of PHP 7.3.0. Relying on this functionis highly discouraged.
说明
publicSplFileObject::fgetss([string $allowable_tags]): stringIdentical to SplFileObject::fgets(), except that SplFileObject::fgetss() attempts to strip any HTML and PHP tags from the text it reads. The function retains the parsing state from call to call, and as such is not equivalent to calling strip_tags() on the return value of SplFileObject::fgets().
参数
$allowable_tagsOptional parameter to specify tags which should not be stripped.
返回值
Returns a string containing the next line of the file with HTML and PHP code stripped, or FALSE
on error.
范例
SplFileObject::fgetss() example
of . Text outside of the HTML block. EOD; file_put_contents("sample.php", $str); $file = new SplFileObject("sample.php"); while (!$file->eof()) { echo $file->fgetss(); } ?>
以上例程的输出类似于:
Welcome! Today is the of . Text outside of the HTML block.
参见
fgetss()
从文件指针中读取一行并过滤掉 HTML 标记- SplFileObject::fgets() Gets line from file
- SplFileObject::fgetc() Gets character from file
- SplFileObject::current() Retrieve current line of file
- The string.strip_tags filter
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!