1. Introduction In this article I will explain some methods to solve this problem: how to get the first (or last) element of an array without removing it. 2. Explanation If we execute these two PHP functions: array_pop, a function that get the last element of an array and remove it array_shift, a function that…
It seems that PHP 6 will not be anywhere. The poll Past July (2014) a poll was created by PHP community to decide whether the name of next version should be named 6 or 7. The results were that the name of the future version should be PHP 7. Several experts voted for their preferred version expressing their…
Showing all 2 posts