update : 2015.11.03
php.shukuma.com검색:
|
gzgetss(PHP 4, PHP 5) gzgetss — Get line from gz-file pointer and strip HTML tags 설명
string gzgetss
( resource
$zp
, int $length
[, string $allowable_tags
] )Identical to gzgets(), except that gzgetss() attempts to strip any HTML and PHP tags from the text it reads. 인수
반환값
The uncompressed and stripped string, or 예제
Example #1 gzgetss() example
<?php 참고
|