Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ u ]
[ w ]
[ _ ]
a
- $account
- in file cloudfiles.php, variable CF_Authentication::$account
- $api_key
- in file cloudfiles.php, variable CF_Authentication::$api_key
- $auth_host
- in file cloudfiles.php, variable CF_Authentication::$auth_host
- $auth_token
- in file cloudfiles.php, variable CF_Authentication::$auth_token
- ACCESS_CONTROL_HEADER_PREFIX
- in file cloudfiles_http.php, constant ACCESS_CONTROL_HEADER_PREFIX
- ACCOUNT_BYTES_USED
- in file cloudfiles_http.php, constant ACCOUNT_BYTES_USED
- ACCOUNT_CONTAINER_COUNT
- in file cloudfiles_http.php, constant ACCOUNT_CONTAINER_COUNT
- acl_referrer
- in file cloudfiles.php, method CF_Container::acl_referrer()
Enable ACL restriction by referer for this container.
- acl_user_agent
- in file cloudfiles.php, method CF_Container::acl_user_agent()
Enable ACL restriction by User Agent for this container.
- add_cdn_container
- in file cloudfiles_http.php, method CF_Http::add_cdn_container()
- authenticate
- in file cloudfiles_http.php, method CF_Http::authenticate()
- authenticate
- in file cloudfiles.php, method CF_Authentication::authenticate()
Attempt to validate Username/API Access Key
- authenticated
- in file cloudfiles.php, method CF_Authentication::authenticated()
Make sure the CF_Authentication instance has authenticated.
- AuthenticationException
- in file cloudfiles_exceptions.php, class AuthenticationException
- AUTH_KEY_HEADER
- in file cloudfiles_http.php, constant AUTH_KEY_HEADER
- AUTH_KEY_HEADER_LEGACY
- in file cloudfiles_http.php, constant AUTH_KEY_HEADER_LEGACY
- AUTH_TOKEN
- in file cloudfiles_http.php, constant AUTH_TOKEN
- AUTH_TOKEN_LEGACY
- in file cloudfiles_http.php, constant AUTH_TOKEN_LEGACY
- AUTH_USER_HEADER
- in file cloudfiles_http.php, constant AUTH_USER_HEADER
- AUTH_USER_HEADER_LEGACY
- in file cloudfiles_http.php, constant AUTH_USER_HEADER_LEGACY
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
- CDNM_URL
- in file cloudfiles_http.php, constant CDNM_URL
- CDNNotEnabledException
- in file cloudfiles_exceptions.php, class CDNNotEnabledException
- CDN_ACL_REFERRER
- in file cloudfiles_http.php, constant CDN_ACL_REFERRER
- CDN_ACL_USER_AGENT
- in file cloudfiles_http.php, constant CDN_ACL_USER_AGENT
- CDN_EMAIL
- in file cloudfiles_http.php, constant CDN_EMAIL
- CDN_ENABLED
- in file cloudfiles_http.php, constant CDN_ENABLED
- CDN_LOG_RETENTION
- in file cloudfiles_http.php, constant CDN_LOG_RETENTION
- CDN_SSL_URI
- in file cloudfiles_http.php, constant CDN_SSL_URI
- CDN_STREAMING_URI
- in file cloudfiles_http.php, constant CDN_STREAMING_URI
- CDN_TTL
- in file cloudfiles_http.php, constant CDN_TTL
- CDN_URI
- in file cloudfiles_http.php, constant CDN_URI
- 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_Http
- in file cloudfiles_http.php, class CF_Http
HTTP/cURL wrapper for Cloud Files
- CF_Object
- in file cloudfiles.php, class CF_Object
Object operations
- close
- in file cloudfiles.php, method CF_Connection::close()
Close a connection
- close
- in file cloudfiles_http.php, method CF_Http::close()
- cloudfiles.php
- procedural page cloudfiles.php
- cloudfiles_exceptions.php
- procedural page cloudfiles_exceptions.php
- cloudfiles_http.php
- procedural page cloudfiles_http.php
- compute_md5sum
- in file cloudfiles.php, method CF_Object::compute_md5sum()
Compute the MD5 checksum
- ConnectionNotOpenException
- in file cloudfiles_exceptions.php, class ConnectionNotOpenException
- CONTAINER_BYTES_USED
- in file cloudfiles_http.php, constant CONTAINER_BYTES_USED
- CONTAINER_OBJ_COUNT
- in file cloudfiles_http.php, constant CONTAINER_OBJ_COUNT
- CONTENT_HEADER_PREFIX
- in file cloudfiles_http.php, constant CONTENT_HEADER_PREFIX
- CONTENT_LENGTH_HEADER
- in file cloudfiles_http.php, constant CONTENT_LENGTH_HEADER
- CONTENT_TYPE_HEADER
- in file cloudfiles_http.php, constant CONTENT_TYPE_HEADER
- copy_object
- in file cloudfiles_http.php, method CF_Http::copy_object()
- 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_http.php, method CF_Http::create_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
g
- getAuthToken
- in file cloudfiles_http.php, method CF_Http::getAuthToken()
- getCDNMUrl
- in file cloudfiles_http.php, method CF_Http::getCDNMUrl()
- getETag
- in file cloudfiles.php, method CF_Object::getETag()
Object's MD5 checksum
- getStorageUrl
- in file cloudfiles_http.php, method CF_Http::getStorageUrl()
- get_container
- in file cloudfiles.php, method CF_Connection::get_container()
Return a Container instance
- get_containers
- in file cloudfiles.php, method CF_Connection::get_containers()
Return array of Container instances
- get_error
- in file cloudfiles_http.php, method CF_Http::get_error()
- get_info
- in file cloudfiles.php, method CF_Connection::get_info()
Cloud Files account information
- get_object
- in file cloudfiles.php, method CF_Container::get_object()
Return an Object instance for the remote storage Object
- get_objects
- in file cloudfiles.php, method CF_Container::get_objects()
Return an array of Objects
- get_objects
- in file cloudfiles_http.php, method CF_Http::get_objects()
- get_object_to_stream
- in file cloudfiles_http.php, method CF_Http::get_object_to_stream()
- get_object_to_string
- in file cloudfiles_http.php, method CF_Http::get_object_to_string()
top
top
top
l
- $last_modified
- in file cloudfiles.php, variable CF_Object::$last_modified
- LAST_MODIFIED_HEADER
- in file cloudfiles_http.php, constant LAST_MODIFIED_HEADER
- list_cdn_containers
- in file cloudfiles_http.php, method CF_Http::list_cdn_containers()
- list_containers
- in file cloudfiles.php, method CF_Connection::list_containers()
Return list of remote Containers
- list_containers
- in file cloudfiles_http.php, method CF_Http::list_containers()
- list_containers_info
- in file cloudfiles.php, method CF_Connection::list_containers_info()
Return array of information about remote Containers
- list_containers_info
- in file cloudfiles_http.php, method CF_Http::list_containers_info()
- list_objects
- in file cloudfiles_http.php, method CF_Http::list_objects()
- list_objects
- in file cloudfiles.php, method CF_Container::list_objects()
Return a list of Objects
- list_public_containers
- in file cloudfiles.php, method CF_Connection::list_public_containers()
Return list of Containers that have been published to the CDN.
- load_cached_credentials
- in file cloudfiles.php, method CF_Authentication::load_cached_credentials()
Use Cached Token and Storage URL's rather then grabbing from the Auth System
- load_from_filename
- in file cloudfiles.php, method CF_Object::load_from_filename()
Upload Object data from local filename
- log_retention
- in file cloudfiles.php, method CF_Container::log_retention()
Enable log retention for this CDN container.
top
m
- $manifest
- in file cloudfiles.php, variable CF_Object::$manifest
- $metadata
- in file cloudfiles.php, variable CF_Object::$metadata
- make_private
- in file cloudfiles.php, method CF_Container::make_private()
Disable the CDN sharing for this container
- make_public
- in file cloudfiles.php, method CF_Container::make_public()
Enable Container content to be served via CDN or modify CDN attributes
- MANIFEST_HEADER
- in file cloudfiles_http.php, constant MANIFEST_HEADER
- MAX_CONTAINER_NAME_LEN
- in file cloudfiles.php, constant MAX_CONTAINER_NAME_LEN
- MAX_HEADER_NAME_LEN
- in file cloudfiles_http.php, constant MAX_HEADER_NAME_LEN
- MAX_HEADER_VALUE_LEN
- in file cloudfiles_http.php, constant MAX_HEADER_VALUE_LEN
- MAX_OBJECT_NAME_LEN
- in file cloudfiles.php, constant MAX_OBJECT_NAME_LEN
- MAX_OBJECT_SIZE
- in file cloudfiles.php, constant MAX_OBJECT_SIZE
- METADATA_HEADER_PREFIX
- in file cloudfiles_http.php, constant METADATA_HEADER_PREFIX
- MisMatchedChecksumException
- in file cloudfiles_exceptions.php, class MisMatchedChecksumException
- move_object_from
- in file cloudfiles.php, method CF_Container::move_object_from()
Move a remote storage Object from a source Container
- move_object_to
- in file cloudfiles.php, method CF_Container::move_object_to()
Move a remote storage Object to a target Container
top
top
top
top
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
- setCFAuth
- in file cloudfiles_http.php, method CF_Http::setCFAuth()
- 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
- setDebug
- in file cloudfiles_http.php, method CF_Http::setDebug()
- setReadProgressFunc
- in file cloudfiles_http.php, method CF_Http::setReadProgressFunc()
- setWriteProgressFunc
- in file cloudfiles_http.php, method CF_Http::setWriteProgressFunc()
- 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_Connection::ssl_use_cabundle()
Use the Certificate Authority bundle included with this API
- 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_http.php, method CF_Http::ssl_use_cabundle()
- STORAGE_URL
- in file cloudfiles_http.php, constant STORAGE_URL
- 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
- SyntaxException
- in file cloudfiles_exceptions.php, class SyntaxException
Custom Exceptions for the CloudFiles API
top
top
w
- write
- in file cloudfiles.php, method CF_Object::write()
Upload Object's data to Cloud Files
top
top
|
|