Skip to content

Instantly share code, notes, and snippets.

@Asikur22
Last active September 12, 2022 07:35
Show Gist options
  • Save Asikur22/25e6c03b2dee3e8155fbf6399952fb07 to your computer and use it in GitHub Desktop.
Save Asikur22/25e6c03b2dee3e8155fbf6399952fb07 to your computer and use it in GitHub Desktop.
PHP Array Functions

array_walk

  • Only for echo
  • create new array

array_map

  • For echo/return
  • create new array
  • return modified value

array_filter

  • For echo/return
  • create new array
  • return array item based on true/false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment