Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. function whatIsLove($n) {
  2.     return ([ '','what','is','love?','baby','don\'t','hurt','me','don\'t','hurt','me','no','more'])[$n - (intval($n/12)*12)];
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement