![]() | fgetssDescrizionestring fgetss ( resource handle [, int length [, string allowable_tags]] )Identica a fgets(), eccetto per il fatto che fgetss tenta di eliminare tutti i tag HTML e PHP dal testo che legge. Puoi utilizzare il terzo parametro (opzionale) per specificare quali tag non devono essere eliminati.
Il parametro length è facoltativo dal PHP 5.
Vedere anche fgets(), fopen(), fsockopen(), popen() e strip_tags(). | ![]() |