Function DebugFsStreamWrapper->stream_close
Definitions
sources/debug_fs.php
- Closes an open file pointer.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Success status
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Closes an open file pointer.
*
* @return boolean Success status
*/
public function stream_close() : bool
* Closes an open file pointer.
*
* @return boolean Success status
*/
public function stream_close() : bool
