Created
June 18, 2014 16:47
-
-
Save mkorostoff/99ade0e3f741452613a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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