PHP funkce fread()
Dostupnost ve verzích: PHP 4.0
Binary-safe file read
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$handle |
resource |
není | |
$length |
int |
není | Up to length number of bytes read. |
Návratové hodnoty
string
|bool the read string or false on failure.