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,

zip_entry_read

(PHP 4 >= 4.1.0, PECL)

zip_entry_read -- Read from an open directory entry

Opis

string zip_entry_read ( resource zip_entry [, int length] )

Reads from an open directory entry.

Parametry

zip_entry

A directory entry returned by zip_read().

length

The number of bytes to return. If not specified, this function will attempt to read 1024 bytes.

Notatka: This should be the uncompressed length you wish to read.

Zwracane wartości

Returns the data read, or FALSE if the end of the file is reached.


print 'Przeprowadzki Bytom 1171501944' . "\n"; print 'Transport Katowice 1171501734' . "\n"; print 'ac 1171501677' . "\n"; print 'usługi remontowe Ruda Śląska 1171501820' . "\n"; print 'farmy wiatrowe 1171501721' . "\n";