I. Na początek
II.Instalacja i konfiguracja
III. Opis języka
IV. Bezpieczeństwo
V. Możliwości
VI. Opis funkcji
VII. Zend API
VIII. PHP API: Interfejs rozszerzeń
X. Dodatki

Manual PHP

Zapraszam do korzystania z zamieszczonego przeze mnie manuala php. Mam nadzieję, że ta jego kopia przyda się zarówno profesjonalnym programistą, jak i początkującym twórcą skryptów PHP.

Autorzy

Mehdi Achour,
Friedhelm Betz,
Antony Dovgal,
Nuno Lopes,
Philip Olson,
Georg Richter,
Damien Seguy,
Jakub Vrana,
I kilka innych

Redakcja:

Gabor Hojtsy,
Marcin Dąbrowski, Michał Grzechowiak, Leszek Krupiński, Adam Major, Paweł Paprota, Michał Pena, Sławomir Pucia, Jarek Tabor, Tomasz Wójtowicz,

gzgetss

(PHP 3, PHP 4, PHP 5)

gzgetss --  Get line from gz-file pointer and strip HTML tags

Opis

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.

Parametry

zp

The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen().

length

The length of data to get.

allowable_tags

You can use this optional parameter to specify tags which should not be stripped.

Zwracane wartości

The uncompressed and striped string, or FALSE on error.

Rejestr zmian

WersjaOpis
3.0.13 and 4.0b3 allowable_tags was added.

Przykłady

Przykład 1. gzgetss() example

<?php
$handle
= gzopen('somefile.gz', 'r');
while (!
gzeof($handle)) {
   
$buffer = gzgetss($handle, 4096);
   echo
$buffer;
}
gzlose($handle);
?>


print 'szkolenie wystąpienia publiczne 1171501639' . "\n"; print 'ubezpieczenia oc 1171501681' . "\n"; print 'hyundai i20 1171501702' . "\n"; print 'Żyrandole 1171501771' . "\n"; print 'Przeprowadzki Międzynarodowe 1171501831' . "\n";