PHP » GoLang |
login |
register |
about
|
GoLang SplFileObject::fgetss
request it (309)
GoLang replacement for PHP's SplFileObject::fgetss
[edit | history]
SplFileObject::fgetss(PHP 5 >= 5.1.0, PHP 7) SplFileObject::fgetss — Gets 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
|
more
Recently updated
more
Most requested
more
Last requests
|