Element index for namespace Nette-IO

[ p ] [ r ] [ s ] [ u ]

p

PROTOCOL
in file SafeStream.php, class constant SafeStream::PROTOCOL
    Name of stream protocol - safe://
top

r

register
in file SafeStream.php, method SafeStream::register()
    Registers protocol 'safe://'.
top

s

SafeStream.php
procedural page SafeStream.php
SafeStream
in file SafeStream.php, class SafeStream
    Thread safe / atomic file manipulation. Stream safe://
stream_close
in file SafeStream.php, method SafeStream::stream_close()
    Closes file.
stream_eof
in file SafeStream.php, method SafeStream::stream_eof()
    Returns TRUE if the file pointer is at end-of-file.
stream_open
in file SafeStream.php, method SafeStream::stream_open()
    Opens file.
stream_read
in file SafeStream.php, method SafeStream::stream_read()
    Reads up to length bytes from the file.
stream_seek
in file SafeStream.php, method SafeStream::stream_seek()
    Sets the file position indicator for the file.
stream_stat
in file SafeStream.php, method SafeStream::stream_stat()
    Gets information about a file referenced by $this->handle.
stream_tell
in file SafeStream.php, method SafeStream::stream_tell()
    Returns the position of the file.
stream_write
in file SafeStream.php, method SafeStream::stream_write()
    Writes the string to the file.
top

u

unlink
in file SafeStream.php, method SafeStream::unlink()
    Deletes a file.
url_stat
in file SafeStream.php, method SafeStream::url_stat()
    Gets information about a file referenced by filename.
top