update : 2015.11.03
php.shukuma.com검색:
|
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 예제
Example #1 SplFileObject::fgetss() example
<?php 위 예제의 출력 예시: Welcome! Today is the of . Text outside of the HTML block. 참고
|