Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created June 18, 2014 16:47
Show Gist options
  • Save mkorostoff/99ade0e3f741452613a9 to your computer and use it in GitHub Desktop.
Save mkorostoff/99ade0e3f741452613a9 to your computer and use it in GitHub Desktop.
<?php
db_query('SELECT expire, value FROM {semaphore} WHERE name = :name', array(':name' => $name))->fetchAssoc();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment