Availability in `PHP 5.0`
Gets line from stream resource up to a given delimiter
Parameter | Data type | Default value | Note |
---|---|---|---|
$handle |
resource |
not | A valid file handle. |
$length |
int |
not | The number of bytes to read from the handle. |
$ending |
string |
null | An optional string delimiter. |
string
a string of up to length bytes read from the file pointed to by handle.
If an error occurs, returns false.
Official stream-get-line documentation
Jan Barášek Více o autorovi
Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.
Rád vám pomůžu:
Články píše Jan Barášek © 2009-2024 | Kontakt | Mapa webu
Status | Aktualizováno: ... | en