Guest User

Untitled

a guest
Aug 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. $user = new User('Daniel');
  3. $dead2me = ($user->attending(
  4. array(
  5. 'Dallas PHP',
  6. 'Code Works Austin'
  7. ))) ? false : true;
Add Comment
Please, Sign In to add comment