You are here

40 calls to S3fsStreamWrapper::_debug() in S3 File System 7.2

S3fsStreamWrapper::chmod in ./S3fsStreamWrapper.inc
This wrapper doesn't support file permissions.
S3fsStreamWrapper::dirname in ./S3fsStreamWrapper.inc
Gets the name of the parent directory of a given path.
S3fsStreamWrapper::dir_closedir in ./S3fsStreamWrapper.inc
Support for closedir().
S3fsStreamWrapper::dir_opendir in ./S3fsStreamWrapper.inc
Support for opendir().
S3fsStreamWrapper::dir_readdir in ./S3fsStreamWrapper.inc
Support for readdir().
S3fsStreamWrapper::dir_rewinddir in ./S3fsStreamWrapper.inc
Support for rewinddir().
S3fsStreamWrapper::getDirectoryPath in ./S3fsStreamWrapper.inc
Gets the path that the wrapper is responsible for.
S3fsStreamWrapper::getExternalUrl in ./S3fsStreamWrapper.inc
Returns a web accessible URL for the resource.
S3fsStreamWrapper::getMimeType in ./S3fsStreamWrapper.inc
Static function to determine a file's media type.
S3fsStreamWrapper::getUri in ./S3fsStreamWrapper.inc
Returns the stream resource URI, which looks like "<scheme>://filepath".
S3fsStreamWrapper::mkdir in ./S3fsStreamWrapper.inc
Support for mkdir().
S3fsStreamWrapper::realpath in ./S3fsStreamWrapper.inc
This wrapper does not support realpath().
S3fsStreamWrapper::rename in ./S3fsStreamWrapper.inc
Support for rename().
S3fsStreamWrapper::rmdir in ./S3fsStreamWrapper.inc
Support for rmdir().
S3fsStreamWrapper::setUri in ./S3fsStreamWrapper.inc
Sets the stream resource URI. URIs are formatted as "<scheme>://filepath".
S3fsStreamWrapper::stream_cast in ./S3fsStreamWrapper.inc
Cast the stream to return the underlying file resource
S3fsStreamWrapper::stream_close in ./S3fsStreamWrapper.inc
Support for fclose().
S3fsStreamWrapper::stream_eof in ./S3fsStreamWrapper.inc
Support for feof().
S3fsStreamWrapper::stream_flush in ./S3fsStreamWrapper.inc
Support for fflush(). Flush current cached stream data to a file in S3.
S3fsStreamWrapper::stream_lock in ./S3fsStreamWrapper.inc
This wrapper does not support flock().
S3fsStreamWrapper::stream_metadata in ./S3fsStreamWrapper.inc
This wrapper does not support touch(), chmod(), chown(), or chgrp().
S3fsStreamWrapper::stream_open in ./S3fsStreamWrapper.inc
Support for fopen(), file_get_contents(), file_put_contents() etc.
S3fsStreamWrapper::stream_read in ./S3fsStreamWrapper.inc
Support for fread(), file_get_contents() etc.
S3fsStreamWrapper::stream_seek in ./S3fsStreamWrapper.inc
Support for fseek().
S3fsStreamWrapper::stream_stat in ./S3fsStreamWrapper.inc
Support for fstat().
S3fsStreamWrapper::stream_tell in ./S3fsStreamWrapper.inc
Support for ftell().
S3fsStreamWrapper::stream_write in ./S3fsStreamWrapper.inc
Support for fwrite(), file_put_contents() etc.
S3fsStreamWrapper::unlink in ./S3fsStreamWrapper.inc
Support for unlink().
S3fsStreamWrapper::url_stat in ./S3fsStreamWrapper.inc
Support for stat().
S3fsStreamWrapper::_delete_cache in ./S3fsStreamWrapper.inc
Delete an object's metadata from the cache.
S3fsStreamWrapper::_get_metadata_from_s3 in ./S3fsStreamWrapper.inc
Returns the converted metadata for an object in S3.
S3fsStreamWrapper::_get_signed_request in ./S3fsStreamWrapper.inc
Serialize and sign a command, returning a request object.
S3fsStreamWrapper::_open_append_stream in ./S3fsStreamWrapper.inc
Initialize the stream wrapper for an append stream.
S3fsStreamWrapper::_open_read_stream in ./S3fsStreamWrapper.inc
Initialize the stream wrapper for a read only stream.
S3fsStreamWrapper::_open_write_stream in ./S3fsStreamWrapper.inc
Initialize the stream wrapper for a write only stream.
S3fsStreamWrapper::_read_cache in ./S3fsStreamWrapper.inc
Fetch an object from the file metadata cache table.
S3fsStreamWrapper::_s3fs_get_object in ./S3fsStreamWrapper.inc
Try to fetch an object from the metadata cache.
S3fsStreamWrapper::_stat in ./S3fsStreamWrapper.inc
Get the status of the file with the specified URI.
S3fsStreamWrapper::_write_cache in ./S3fsStreamWrapper.inc
Write an object's (and its ancestor folders') metadata to the cache.
S3fsStreamWrapper::__construct in ./S3fsStreamWrapper.inc
Stream wrapper constructor.