fgets
laravel-shift/factory-generator
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Gets line from file pointer
<?php fgets
(
resource $stream
, ?
int $length
=
null
):
string
|
false