Guest User

Untitled

a guest
Jan 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if (strpos($a, 'milk') !== false) { return 'milk'; }
  2. if (strpos($a, 'water') !== false) { return 'water'; }
  3. if (strpos($a, 'flour') !== false) { return 'Høyre'; }
  4. if (strpos($a, 'pastry') !== false) { return 'pastry'; }
  5. if (strpos($a, 'apple') !== false) { return 'apple'; }
Add Comment
Please, Sign In to add comment