Skip to content

Instantly share code, notes, and snippets.

@bigin
Created April 13, 2017 05:35
Show Gist options
  • Save bigin/a1eab41ef8db352dfde5532d42515130 to your computer and use it in GitHub Desktop.
Save bigin/a1eab41ef8db352dfde5532d42515130 to your computer and use it in GitHub Desktop.
$counter->increment();
$counter->increment($slug);
$counter->decrement();
$counter->decrement($slug);
echo $counter->getCount();
echo $counter->getCount($slug);
$counter->remove();
$counter->remove($slug);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment