36 calls to S3fsStream::_debug() in S3 File System 8.2
- S3fsStream::dir_closedir in src/
StreamWrapper/ S3fsStream.php - Support for closedir().
- S3fsStream::dir_opendir in src/
StreamWrapper/ S3fsStream.php - Support for opendir().
- S3fsStream::dir_readdir in src/
StreamWrapper/ S3fsStream.php - Support for readdir().
- S3fsStream::dir_rewinddir in src/
StreamWrapper/ S3fsStream.php - Support for rewinddir().
- S3fsStream::getDirectoryPath in src/
StreamWrapper/ S3fsStream.php - Gets the path that the wrapper is responsible for.
- S3fsStream::getUri in src/
StreamWrapper/ S3fsStream.php - Returns the stream resource URI, which looks like "<scheme>://filepath".
- S3fsStream::mkdir in src/
StreamWrapper/ S3fsStream.php - Support for mkdir().
- S3fsStream::moveUploadedFile in src/
StreamWrapper/ S3fsStream.php - S3fsStream::realpath in src/
StreamWrapper/ S3fsStream.php - This wrapper does not support realpath().
- S3fsStream::rename in src/
StreamWrapper/ S3fsStream.php - Support for rename().
- S3fsStream::setUri in src/
StreamWrapper/ S3fsStream.php - Sets the stream resource URI. URIs are formatted as "<scheme>://filepath".
- S3fsStream::stream_cast in src/
StreamWrapper/ S3fsStream.php - Cast the stream to return the underlying file resource
- S3fsStream::stream_close in src/
StreamWrapper/ S3fsStream.php - Support for fclose().
- S3fsStream::stream_eof in src/
StreamWrapper/ S3fsStream.php - Support for feof().
- S3fsStream::stream_flush in src/
StreamWrapper/ S3fsStream.php - Support for fflush(). Flush current cached stream data to a file in S3.
- S3fsStream::stream_lock in src/
StreamWrapper/ S3fsStream.php - This wrapper does not support flock().
- S3fsStream::stream_metadata in src/
StreamWrapper/ S3fsStream.php - Sets metadata on the stream.
- S3fsStream::stream_open in src/
StreamWrapper/ S3fsStream.php - Support for fopen(), file_get_contents(), file_put_contents() etc.
- S3fsStream::stream_read in src/
StreamWrapper/ S3fsStream.php - Support for fread(), file_get_contents() etc.
- S3fsStream::stream_seek in src/
StreamWrapper/ S3fsStream.php - Support for fseek().
- S3fsStream::stream_stat in src/
StreamWrapper/ S3fsStream.php - Support for fstat().
- S3fsStream::stream_tell in src/
StreamWrapper/ S3fsStream.php - Support for ftell().
- S3fsStream::stream_write in src/
StreamWrapper/ S3fsStream.php - Support for fwrite(), file_put_contents() etc.
- S3fsStream::unlink in src/
StreamWrapper/ S3fsStream.php - Support for unlink().
- S3fsStream::url_stat in src/
StreamWrapper/ S3fsStream.php - Support for stat().
- S3fsStream::_delete_cache in src/
StreamWrapper/ S3fsStream.php - Delete an object's metadata from the cache.
- S3fsStream::_get_metadata_from_s3 in src/
StreamWrapper/ S3fsStream.php - Returns the converted metadata for an object in S3.
- S3fsStream::_get_signed_request in src/
StreamWrapper/ S3fsStream.php - Serialize and sign a command, returning a request object.
- S3fsStream::_open_append_stream in src/
StreamWrapper/ S3fsStream.php - Initialize the stream wrapper for an append stream.
- S3fsStream::_open_read_stream in src/
StreamWrapper/ S3fsStream.php - Initialize the stream wrapper for a read only stream.
- S3fsStream::_open_write_stream in src/
StreamWrapper/ S3fsStream.php - Initialize the stream wrapper for a write only stream.
- S3fsStream::_read_cache in src/
StreamWrapper/ S3fsStream.php - Fetch an object from the file metadata cache table.
- S3fsStream::_s3fs_get_object in src/
StreamWrapper/ S3fsStream.php - Try to fetch an object from the metadata cache.
- S3fsStream::_stat in src/
StreamWrapper/ S3fsStream.php - Get the status of the file with the specified URI.
- S3fsStream::_write_cache in src/
StreamWrapper/ S3fsStream.php - Write an object's (and its ancestor folders') metadata to the cache.
- S3fsStream::__construct in src/
StreamWrapper/ S3fsStream.php - S3fsStream constructor.