Descripción
string
gzgetss
( int zp, int longitud [, string tags_permitidos])
Idéntica
a
gzgets(
)
,
excepto
que
gzgetss
intenta
quitar
cualquier
"tag
"
HTML
o
PHP
del
texto
que
lee
.
Se
puede
usar
el
tercer
parámetro
para
indicar
qué
parametros
no
deben
ser
extraídos
.
Nota:
tags_permitidos
fue agregado en la versión de PHP 3.0.13, PHP4B3.
Véase
también
gzgets(
)
,
gzopen(
)
,
y
strip_tags(
)
.