Element index for package php-cloudfiles
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ u ]
[ w ]
[ _ ]
top
top
top
c
- $cdnm_url
- in file cloudfiles.php, variable CF_Authentication::$cdnm_url
- $cdn_acl_referrer
- in file cloudfiles.php, variable CF_Container::$cdn_acl_referrer
- $cdn_acl_user_agent
- in file cloudfiles.php, variable CF_Container::$cdn_acl_user_agent
- $cdn_enabled
- in file cloudfiles.php, variable CF_Container::$cdn_enabled
- $cdn_log_retention
- in file cloudfiles.php, variable CF_Container::$cdn_log_retention
- $cdn_ssl_uri
- in file cloudfiles.php, variable CF_Container::$cdn_ssl_uri
- $cdn_streaming_uri
- in file cloudfiles.php, variable CF_Container::$cdn_streaming_uri
- $cdn_ttl
- in file cloudfiles.php, variable CF_Container::$cdn_ttl
- $cdn_uri
- in file cloudfiles.php, variable CF_Container::$cdn_uri
- $cfs_auth
- in file cloudfiles.php, variable CF_Container::$cfs_auth
- $cfs_auth
- in file cloudfiles.php, variable CF_Connection::$cfs_auth
- $cfs_http
- in file cloudfiles.php, variable CF_Connection::$cfs_http
- $cfs_http
- in file cloudfiles.php, variable CF_Container::$cfs_http
- $container
- in file cloudfiles.php, variable CF_Object::$container
- $content_length
- in file cloudfiles.php, variable CF_Object::$content_length
- $content_type
- in file cloudfiles.php, variable CF_Object::$content_type
- CF_Authentication
- in file cloudfiles.php, class CF_Authentication
Class for handling Cloud Files Authentication, call it's authenticate() method to obtain authorized service urls and an authentication token.
- CF_Connection
- in file cloudfiles.php, class CF_Connection
Class for establishing connections to the Cloud Files storage system.
- CF_Container
- in file cloudfiles.php, class CF_Container
Container operations
- CF_Object
- in file cloudfiles.php, class CF_Object
Object operations
- close
- in file cloudfiles.php, method CF_Connection::close()
Close a connection
- cloudfiles.php
- procedural page cloudfiles.php
- compute_md5sum
- in file cloudfiles.php, method CF_Object::compute_md5sum()
Compute the MD5 checksum
- copy_object_from
- in file cloudfiles.php, method CF_Container::copy_object_from()
Copy a remote storage Object from a source Container
- copy_object_to
- in file cloudfiles.php, method CF_Container::copy_object_to()
Copy a remote storage Object to a target Container
- create_container
- in file cloudfiles.php, method CF_Connection::create_container()
Create a Container
- create_object
- in file cloudfiles.php, method CF_Container::create_object()
Create a new remote storage Object
- create_paths
- in file cloudfiles.php, method CF_Container::create_paths()
Helper function to create "path" elements for a given Object name
top
top
top
top
top
i
- is_public
- in file cloudfiles.php, method CF_Container::is_public()
Check if this Container is being publicly served via CDN
top
top
top
top
top
top
r
- read
- in file cloudfiles.php, method CF_Object::read()
Read the remote Object's data
top
s
- $storage_url
- in file cloudfiles.php, variable CF_Authentication::$storage_url
Instance variables that are set after successful authentication
- save_to_filename
- in file cloudfiles.php, method CF_Object::save_to_filename()
Save Object's data to local filename
- setDebug
- in file cloudfiles.php, method CF_Connection::setDebug()
Toggle debugging of instance and back-end HTTP module
- setDebug
- in file cloudfiles.php, method CF_Authentication::setDebug()
Toggle debugging - set cURL verbose flag
- set_etag
- in file cloudfiles.php, method CF_Object::set_etag()
Set Object's MD5 checksum
- set_read_progress_function
- in file cloudfiles.php, method CF_Connection::set_read_progress_function()
Set a user-supplied callback function to report download progress
- set_write_progress_function
- in file cloudfiles.php, method CF_Connection::set_write_progress_function()
Set a user-supplied callback function to report upload progress
- ssl_use_cabundle
- in file cloudfiles.php, method CF_Authentication::ssl_use_cabundle()
Use the Certificate Authority bundle included with this API
- ssl_use_cabundle
- in file cloudfiles.php, method CF_Connection::ssl_use_cabundle()
Use the Certificate Authority bundle included with this API
- stream
- in file cloudfiles.php, method CF_Object::stream()
Streaming read of Object's data
- sync_manifest
- in file cloudfiles.php, method CF_Object::sync_manifest()
Store new Object manifest
- sync_metadata
- in file cloudfiles.php, method CF_Object::sync_metadata()
Store new Object metadata
top
top
w
- write
- in file cloudfiles.php, method CF_Object::write()
Upload Object's data to Cloud Files
top
|
|