|
SplFileObject::fgetssGets line from file and strip HTML tags Description
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. Parameters
Return Values
Returns a string containing the next line of the file with HTML and PHP
code stripped, or Examples
Example #1 SplFileObject::fgetss example
<?php The above example will output something similar to: Welcome! Today is the of . Text outside of the HTML block. See Also
|