Skip to content

Instantly share code, notes, and snippets.

@avsej

avsej/1.0.x.txt Secret

Created August 27, 2012 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avsej/26f376a604ad62fe2d89 to your computer and use it in GitHub Desktop.
Save avsej/26f376a604ad62fe2d89 to your computer and use it in GitHub Desktop.
grep proto couchbase.c
/* {{{ proto Couchbase::__construct(string $host[, string $user[, string $password[, string $bucket[, bool $persistent = false]]]])
/* {{{ proto Couchbase::get(string $key[, callback $cache_cb[, string &$cas_tokey]])
/* {{{ proto Couchbase::getMulti(array $keys[, array &cas[, int $flag]])
/* {{{ proto Couchbase::cas(string $cas, string $key, mixed $value[, int $expiration])
/* {{{ proto Couchbase::add(string $key, mixed $value[, int $expiration])
/* {{{ proto Couchbase::set(string $key, mixed $value[, int $expiration])
/* {{{ proto Couchbase::setMulti(array $values[, int $expiration])
/* {{{ proto Couchbase::prepend(string $key[, string $cas = '0'])
/* {{{ proto Couchbase::append(string $key[, string $cas = '0'])
/* {{{ proto Couchbase::replace(string $key, mixed $value[, int $expiration[, string $cas = '0']])
/* {{{ proto Couchbase::increment(string $key[, int $offset = 1[, bool $create = false[, int $expiration = 0[, int $initial = 0]]]])
/* {{{ proto Couchbase::decrement(string $key[, int $offset = 1[, bool $create = false[, int $expiration = 0[, int $initial = 0]]]])
/* {{{ proto Couchbase::getStats(void)
/* {{{ proto Couchbase::getDelayed(array $keys[, bool $with_cas[, callback $value_cb]])
/* {{{ proto Couchbase::fetch(void)
/* {{{ proto Couchbase::fetchAll(void)
/* {{{ proto Couchbase::delete(string $key[, string $cas = '0'])
/* {{{ proto Couchbase::flush(void)
/* {{{ proto Couchbase::getResultCode(void)
/* {{{ proto Couchbase::getResultMessage(void)
/* {{{ proto Couchbase::setOption(int $option, int $value)
/* {{{ proto Couchbase::getOption(int $option)
/* {{{ proto Couchbase::getVersion(void)
/* {{{ proto couchbase_connect(string $host[, string $user[, string $password[, string $bucket[, bool $persistent = false]]]])
/* {{{ proto couchbase_get(resource $couchbase, string $key[, callback $cache_cb[, string &$cas_tokey]])
/* {{{ proto couchbase_get_multi(resource $couchbase, array $keys[, array &cas[, int $flag]])
/* {{{ proto couchbase_cas(resource $couchbase, string $cas, string $key, mixed $value[, int $expiration])
/* {{{ proto couchbase_add(resource $couchbase, string $key, mixed $value[, int $expiration])
/* {{{ proto couchbase_set(resource $couchbase, string $key, mixed $value[, int $expiration])
/* {{{ proto couchbase_set_multi(resource $couchbase, array $values[, int $expiration])
/* {{{ proto couchbase_prepend(resource $couchbase, string $key[, string $cas = '0'])
/* {{{ proto couchbase_append(resource $couchbase, string $key[, string $cas = '0'])
/* {{{ proto couchbase_replace(resource $couchbase, string $key, mixed $value[, int $expiration[, string $cas = '0']])
/* {{{ proto couchbase_increment(resource $couchbase, string $key[, int $offset = 1[, bool $create = false[, int $expiration = 0[, int $initial = 0]]]])
/* {{{ proto couchbase_decrement(resource $couchbase, string $key[, int $offset = 1[, bool $create = false[, int $expiration = 0[, int $initial = 0]]]])
/* {{{ proto couchbase_get_stats(resource $couchbase)
/* {{{ proto couchbase_get_delayed(resource $couchbase, array $keys[, bool $with_cas[, callback $value_cb]])
/* {{{ proto couchbase_fetch(resource $couchbase)
/* {{{ proto couchbase_fetch_all(resource $couchbase)
/* {{{ proto couchbase_delete(resource $couchbase, string $key[, string $cas = '0'])
/* {{{ proto couchbase_flush(resource $couchbase)
/* {{{ proto couchbase_get_result_code(resource $couchbase)
/* {{{ proto couchbase_get_result_message(resource $couchbase)
/* {{{ proto couchbase_set_option(resource $couchbase, int $option, int $value)
/* {{{ proto couchbase_get_option(resource $couchbase, int $option)
/* {{{ proto couchbase_get_version(void)
/* {{{ proto Couchbase::__construct(string $host[, string $user[, string $password[, string $bucket[, bool $persistent = false]]]])
/* {{{ proto Couchbase::get(string $key[, callback $cache_cb[, string &$cas_tokey]])
/* {{{ proto Couchbase::getMulti(array $keys[, array &cas[, int $flag]])
/* {{{ proto Couchbase::cas(string $cas, string $key, mixed $value[, int $expiration])
/* {{{ proto Couchbase::add(string $key, mixed $value[, int $expiration])
/* {{{ proto Couchbase::set(string $key, mixed $value[, int $expiration])
/* {{{ proto Couchbase::setMulti(array $values[, int $expiration])
/* {{{ proto Couchbase::prepend(string $key[, string $cas = '0'])
/* {{{ proto Couchbase::append(string $key[, string $cas = '0'])
/* {{{ proto Couchbase::replace(string $key, mixed $value[, int $expiration[, string $cas = '0']])
/* {{{ proto Couchbase::increment(string $key[, int $offset = 1[, bool $create = false[, int $expiration = 0[, int $initial = 0]]]])
/* {{{ proto Couchbase::decrement(string $key[, int $offset = 1[, bool $create = false[, int $expiration = 0[, int $initial = 0]]]])
/* {{{ proto Couchbase::getStats(void)
/* {{{ proto Couchbase::getDelayed(array $keys[, bool $with_cas[, callback $value_cb]])
/* {{{ proto Couchbase::fetch(void)
/* {{{ proto Couchbase::fetchAll(void)
/* {{{ proto Couchbase::view(string $doc_name, string $view_name[, array $options])
/* {{{ proto Couchbase::delete(string $key[, string $cas = '0'])
/* {{{ proto Couchbase::flush(void)
/* {{{ proto Couchbase::getResultCode(void)
/* {{{ proto Couchbase::getResultMessage(void)
/* {{{ proto Couchbase::setOption(int $option, int $value)
/* {{{ proto Couchbase::getOption(int $option)
/* {{{ proto Couchbase::getVersion(void)
/* {{{ proto couchbase_connect(string $host[, string $user[, string $password[, string $bucket[, bool $persistent = false]]]])
/* {{{ proto couchbase_get(resource $couchbase, string $key[, callback $cache_cb[, string &$cas_tokey]])
/* {{{ proto couchbase_get_multi(resource $couchbase, array $keys[, array &cas[, int $flag]])
/* {{{ proto couchbase_cas(resource $couchbase, string $cas, string $key, mixed $value[, int $expiration])
/* {{{ proto couchbase_add(resource $couchbase, string $key, mixed $value[, int $expiration])
/* {{{ proto couchbase_set(resource $couchbase, string $key, mixed $value[, int $expiration])
/* {{{ proto couchbase_set_multi(resource $couchbase, array $values[, int $expiration])
/* {{{ proto couchbase_prepend(resource $couchbase, string $key[, string $cas = '0'])
/* {{{ proto couchbase_append(resource $couchbase, string $key[, string $cas = '0'])
/* {{{ proto couchbase_replace(resource $couchbase, string $key, mixed $value[, int $expiration[, string $cas = '0']])
/* {{{ proto couchbase_increment(resource $couchbase, string $key[, int $offset = 1[, bool $create = false[, int $expiration = 0[, int $initial = 0]]]])
/* {{{ proto couchbase_decrement(resource $couchbase, string $key[, int $offset = 1[, bool $create = false[, int $expiration = 0[, int $initial = 0]]]])
/* {{{ proto couchbase_get_stats(resource $couchbase)
/* {{{ proto couchbase_get_delayed(resource $couchbase, array $keys[, bool $with_cas[, callback $value_cb]])
/* {{{ proto couchbase_fetch(resource $couchbase)
/* {{{ proto couchbase_fetch_all(resource $couchbase)
/* {{{ proto couchbase_view(resource $couchbase, string $doc_name, string $view_name[, array $options])
/* {{{ proto couchbase_delete(resource $couchbase, string $key[, string $cas = '0'])
/* {{{ proto couchbase_flush(resource $couchbase)
/* {{{ proto couchbase_get_result_code(resource $couchbase)
/* {{{ proto couchbase_get_result_message(resource $couchbase)
/* {{{ proto couchbase_set_option(resource $couchbase, int $option, int $value)
/* {{{ proto couchbase_get_option(resource $couchbase, int $option)
/* {{{ proto couchbase_get_version(void)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment