PHP Manual

PHP function stream_get_line()

11. 09. 2019

Obsah článku

Availability in `PHP 5.0`

Gets line from stream resource up to a given delimiter

Parameters

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.

Return values

string

a string of up to length bytes read from the file pointed to by handle.

If an error occurs, returns false.

Other resources

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:

Související články

1.

V jiných jazycích

2.
Status:
All systems normal.
2024