Index
R
- SafeStream::register() — Method in class SafeStream
Registers protocol 'nette.safe://'.
S
- SafeStream — Class in namespace Nette\Utils
Provides atomicity and isolation for thread safe file manipulation using stream nette.safe://
- SafeStream::stream_open() — Method in class SafeStream
Opens file.
- SafeStream::stream_close() — Method in class SafeStream
Closes file.
- SafeStream::stream_read() — Method in class SafeStream
Reads up to length bytes from the file.
- SafeStream::stream_write() — Method in class SafeStream
Writes the string to the file.
- SafeStream::stream_truncate() — Method in class SafeStream
Truncates a file to a given length.
- SafeStream::stream_tell() — Method in class SafeStream
Returns the position of the file.
- SafeStream::stream_eof() — Method in class SafeStream
Returns true if the file pointer is at end-of-file.
- SafeStream::stream_seek() — Method in class SafeStream
Sets the file position indicator for the file.
- SafeStream::stream_stat() — Method in class SafeStream
Gets information about a file referenced by $this->tempHandle.
U
- SafeStream::url_stat() — Method in class SafeStream
Gets information about a file referenced by filename.
- SafeStream::unlink() — Method in class SafeStream
Deletes a file.