Element index for namespace IO
[ n ] [ p ] [ r ] [ s ] [ u ]n
- NSafeStream
- in file SafeStream.php, class NSafeStream
Thread safe / atomic file manipulation. Stream safe://
p
- PROTOCOL
- in file SafeStream.php, class constant NSafeStream::PROTOCOL
Name of stream protocol - safe://
r
- register
- in file SafeStream.php, method NSafeStream::register()
Registers protocol 'safe://'.
s
- SafeStream.php
- procedural page SafeStream.php
- stream_close
- in file SafeStream.php, method NSafeStream::stream_close()
Closes file. - stream_eof
- in file SafeStream.php, method NSafeStream::stream_eof()
Returns TRUE if the file pointer is at end-of-file. - stream_open
- in file SafeStream.php, method NSafeStream::stream_open()
Opens file. - stream_read
- in file SafeStream.php, method NSafeStream::stream_read()
Reads up to length bytes from the file. - stream_seek
- in file SafeStream.php, method NSafeStream::stream_seek()
Sets the file position indicator for the file. - stream_stat
- in file SafeStream.php, method NSafeStream::stream_stat()
Gets information about a file referenced by $this->handle. - stream_tell
- in file SafeStream.php, method NSafeStream::stream_tell()
Returns the position of the file. - stream_write
- in file SafeStream.php, method NSafeStream::stream_write()
Writes the string to the file.
u
- unlink
- in file SafeStream.php, method NSafeStream::unlink()
Deletes a file. - url_stat
- in file SafeStream.php, method NSafeStream::url_stat()
Gets information about a file referenced by filename.