In this post, I will show you how you can use the new Symmetric array destructuring feature of PHP7.1 version. In the previous version of…
Leave a CommentTag: Array
We gonna use ECMAScript 2016’s new includes() method to determine whether an array contains a specific element. The new method includes(searchElement, fromIndex) function searches an…
3 CommentsThis post shows the possible ways to remove specific element from array based on value of the element. Removing specific value Using array_diff() Using this…
Leave a CommentThis tutorial will describe the usage of the PHPExcel library to generate an Excel file from a PHP array. Usage of PHPExcel library is very…
5 CommentsIn this post, I am going show logging arrays and viewing logged items in the terminal in a very generic way. For this tutorial purpose,…
Leave a Comment