Drupal bitstream API

Note that any functions that are not documented here should be considered to be internal and subject to change without notice.

Additional developer documentation may also be available in the Drupal Handbook.

bitcache_delete()

Definition: 
bitcache_delete(string $id)
File: 
modules/bitcache/bitcache.module

bitcache_exists()

Definition: 
bitcache_exists(string $id)
File: 
modules/bitcache/bitcache.module

bitcache_get()

Definition: 
bitcache_get(string $id)
File: 
modules/bitcache/bitcache.module

bitcache_get_contents()

Definition: 
bitcache_get_contents(string $id)
File: 
modules/bitcache/bitcache.module

bitcache_get_path()

Definition: 
bitcache_get_path(string $id)
File: 
modules/bitcache/bitcache.module

bitcache_get_size()

Definition: 
bitcache_get_size(string $id)
File: 
modules/bitcache/bitcache.module

bitcache_get_stream()

Definition: 
bitcache_get_stream(string $id)
File: 
modules/bitcache/bitcache.module

bitcache_get_type()

Definition: 
bitcache_get_type(string $id)
File: 
modules/bitcache/bitcache.module

bitcache_id()

Definition: 
bitcache_id(mixed $data)
File: 
modules/bitcache/bitcache.module

bitcache_l()

Definition: 
bitcache_l($text, $id, array $options = array('absolute' => TRUE))
File: 
modules/bitcache/bitcache.module

bitcache_put()

Definition: 
bitcache_put(string $id, mixed $data)
File: 
modules/bitcache/bitcache.module

bitcache_put_file()

Definition: 
bitcache_put_file(string $id, string $filepath, bool $move = FALSE)
File: 
modules/bitcache/bitcache.module

bitcache_resolve_id()

Definition: 
bitcache_resolve_id(string $id, array $options = array('absolute' => TRUE))
File: 
modules/bitcache/bitcache.module

bitcache_resolve_uri()

Definition: 
bitcache_resolve_uri(string $uri, array $options = array('absolute' => TRUE))
File: 
modules/bitcache/bitcache.module

bitcache_uri()

Definition: 
bitcache_uri(string $id)
File: 
modules/bitcache/bitcache.module

bitcache_uri_to_id()

Definition: 
bitcache_uri_to_id(string $uri)
File: 
modules/bitcache/bitcache.module