Skip to content

Instantly share code, notes, and snippets.

@sideshowcoder
Created May 6, 2014 11:19
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 sideshowcoder/047d7989ad77e2b955e1 to your computer and use it in GitHub Desktop.
Save sideshowcoder/047d7989ad77e2b955e1 to your computer and use it in GitHub Desktop.
Couchbase PHP test
<?php
$cb = new Couchbase("127.0.0.1:8091", "", "", "default");
$cb->set("foo", "bar");
var_dump("foo");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment