Skip to content

Instantly share code, notes, and snippets.

@theunraveler
Created July 3, 2019 17:22
Show Gist options
  • Select an option

  • Save theunraveler/d21f162fdaa6a292d63bb6f546a84a99 to your computer and use it in GitHub Desktop.

Select an option

Save theunraveler/d21f162fdaa6a292d63bb6f546a84a99 to your computer and use it in GitHub Desktop.
array_filter($input, $callback);
array_map($callback, $input);
strpos($haystack, $needle);
array_search($needle, $haystack);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment