Function DebugFsStreamWrapper->stream_tell
Definitions
sources/debug_fs.php
- Gets file pointer read/write position.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Returns
- The offset (false: error)
- Type: ~integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Gets file pointer read/write position.
*
* @return ~integer The offset (false: error)
*/
public function stream_tell()
* Gets file pointer read/write position.
*
* @return ~integer The offset (false: error)
*/
public function stream_tell()