Guest User

Untitled

a guest
Jul 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?PHP
  2. function func($value){
  3. if ($value = 'foo')
  4. return true;
  5. elseif ($value = 'bar')
  6. return false;
  7. else
  8. $var = true;
  9. return array($var, $value);
  10. }?>
Add Comment
Please, Sign In to add comment