SwVitaliy

Untitled

Aug 3rd, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. php > echo (int) '0drg' ? 'y' : 'n';
  2. n
  3. php > echo (bool) '0drg' ? 'y' : 'n';
  4. y
Advertisement
Add Comment
Please, Sign In to add comment