Advertisement
Guest User

Untitled

a guest
May 5th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. function damnitBill() {
  2. static $ctr = 0;
  3. $ctr++;
  4. return $ctr.uniqid();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement