C

$ SafeStream#contextProperty in class SafeStream

R

SafeStream::register() — Method in class SafeStream

Registers protocol 'nette.safe://'.

S

SafeStreamClass in namespace Nette\Utils

Provides 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->handle.

SafeStream::stream_set_option() — Method in class SafeStream

Does nothing, but since PHP 7.4 needs to be implemented when using wrapper for includes

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.