php-cloudfiles
[ class tree: php-cloudfiles ] [ index: php-cloudfiles ] [ all elements ]

Element index for package php-cloudfiles

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ u ] [ w ] [ _ ]

_

_guess_content_type
in file cloudfiles.php, method CF_Object::_guess_content_type()
    Internal check to get the proper mimetype.
__construct
in file cloudfiles.php, method CF_Object::__construct()
    Class constructor
__construct
in file cloudfiles.php, method CF_Authentication::__construct()
    Class constructor (PHP 5 syntax)
__construct
in file cloudfiles.php, method CF_Container::__construct()
    Class constructor
__construct
in file cloudfiles.php, method CF_Connection::__construct()
    Pass in a previously authenticated CF_Authentication instance.
__toString
in file cloudfiles.php, method CF_Object::__toString()
    String representation of Object
__toString
in file cloudfiles.php, method CF_Container::__toString()
    String representation of Container
top

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
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.
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.
top

b

$bytes_used
in file cloudfiles.php, variable CF_Container::$bytes_used
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

d

$dbug
in file cloudfiles.php, variable CF_Authentication::$dbug
$dbug
in file cloudfiles.php, variable CF_Connection::$dbug
DEFAULT_CF_API_VERSION
in file cloudfiles.php, constant DEFAULT_CF_API_VERSION
delete_container
in file cloudfiles.php, method CF_Connection::delete_container()
    Delete a Container
delete_object
in file cloudfiles.php, method CF_Container::delete_object()
    Delete a remote storage Object
top

e

export_credentials
in file cloudfiles.php, method CF_Authentication::export_credentials()
    Grab Cloud Files info to be Cached for later use with the load_cached_credentials method.
top

g

getETag
in file cloudfiles.php, method CF_Object::getETag()
    Object's MD5 checksum
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_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
top

h

$headers
in file cloudfiles.php, variable CF_Object::$headers
top

i

is_public
in file cloudfiles.php, method CF_Container::is_public()
    Check if this Container is being publicly served via CDN
top

l

$last_modified
in file cloudfiles.php, variable CF_Object::$last_modified
list_containers
in file cloudfiles.php, method CF_Connection::list_containers()
    Return list of remote Containers
list_containers_info
in file cloudfiles.php, method CF_Connection::list_containers_info()
    Return array of information about remote Containers
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
MAX_CONTAINER_NAME_LEN
in file cloudfiles.php, constant MAX_CONTAINER_NAME_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
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

n

$name
in file cloudfiles.php, variable CF_Object::$name
$name
in file cloudfiles.php, variable CF_Container::$name
top

o

$object_count
in file cloudfiles.php, variable CF_Container::$object_count
top

p

public_ssl_uri
in file cloudfiles.php, method CF_Object::public_ssl_uri()
    String representation of the Object's public SSL URI
public_streaming_uri
in file cloudfiles.php, method CF_Object::public_streaming_uri()
    String representation of the Object's public Streaming URI
public_uri
in file cloudfiles.php, method CF_Object::public_uri()
    String representation of the Object's public URI
purge_from_cdn
in file cloudfiles.php, method CF_Object::purge_from_cdn()
    Purge this Object from CDN Cache.
purge_from_cdn
in file cloudfiles.php, method CF_Container::purge_from_cdn()
    Purge Containers objects from CDN Cache.
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

u

$username
in file cloudfiles.php, variable CF_Authentication::$username
UK_AUTHURL
in file cloudfiles.php, constant UK_AUTHURL
US_AUTHURL
in file cloudfiles.php, constant US_AUTHURL
top

w

write
in file cloudfiles.php, method CF_Object::write()
    Upload Object's data to Cloud Files
top

Documentation generated on Wed, 07 Sep 2011 15:19:49 -0500 by phpDocumentor 1.4.3