|
SplFileObject::fgetssGets line from file and strip HTML tags Beschreibung
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. Parameter-Liste
Rückgabewerte
Returns a string containing the next line of the file with HTML and PHP
code stripped, or Beispiele
Beispiel #1 SplFileObject::fgetss example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Welcome! Today is the of . Text outside of the HTML block. Siehe auch
|