PHP Arrays

Everything you need to know about working with Arrays in PHP

  1. How to remove duplicated array values in PHP and re-generate the array keys.
  2. Tutorial on how to traverse a Multidimensional array using php7.1 syntax
  3. How to reorder array elements in PHP, moving elements up or down one step at a time.
  4. Tutorial on how to obtain a random value from an array in PHP.
  5. This tutorial shows how to make- and work with different types of arrays in PHP using different syntaxes.
  6. How to easily remove elements from arrays in PHP using the unset function.
  7. In PHP all arrays can be Associative. In this tutorial, you will learn how to create an association between keys and values in arrays.
  8. There is no build-in way to check if an array is indexed (sequential) or associative in PHP, but you can easily create your own is_associative() function for it.

PHP Array Tutorials

Here you can Beamtic's Tutorials on working with Arrays in PHP.