How-to articles, tricks, and solutions about ARRAY_VALUES
How to Get the First Element of an Array in PHP
This snippet gives you an opportunity to learn how to get the first element of an array using PHP. You can choose among the provided functions.
How to Remove and Reindex an Array Element in PHP
Sometimes, in the course of working with PHP, it is necessary to remove and reindex an array element. Here, you will find simple and helpful methods to do that.
How to Separate Odd and Even Elements from an Array Without Using a Loop in PHP
Here, we provide a snippet, explaining how to separate odd and even elements from an array without using a loop in PHP. Read on and check out the examples.