Function DebugFsStreamWrapper->stream_eof
Definitions
sources/debug_fs.php
- Tests for end-of-file on a file pointer.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether the end of the file has been reached
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Tests for end-of-file on a file pointer.
*
* @return boolean Whether the end of the file has been reached
*/
public function stream_eof() : bool
* Tests for end-of-file on a file pointer.
*
* @return boolean Whether the end of the file has been reached
*/
public function stream_eof() : bool
