PHP array_​change_​key_​case Function

array_​change_​key_​case () is an another PHP prebuilt / default array function, This function is basically allows user to do the array keys lower or uppercase. It will rturn null and will Throw E_WARNING if array is not an array.

PHP array_​pop Function

array_​pop () is a prebuilt / default array function of PHP, This function is basically allows user to delete the last element of any existing array. By using this function user can short the array by one element

PHP array_​push Function

array_​push () is a prebuilt / default array function of PHP, This function is basically allows user to add one or more elements at the end of any existing array. By using this function user can add any number of the element at the end, and this element can

PHP Array Functions

PHP has very strong array features by using the array, it is very easy to use and access the data in PHP, By default PHP provides many array functions to access and manipulate the elements of array.

Introduction of PHP Array

An array is a kind of special variable / data structure, which can hold one or more similar type of values in a single value at a time. Suppose you have 200 numbers of items and you want to store them, so by defining a single array of 200

How to set the number of products in Magento 2 product listing / Category page?

Suppose you have a website and you want to change the number of the products loading on the Category/Product listing page (PLP), this is very simple and you can do it just by using the Magento admin, In this post I am just describing the steps to set the

Top 10 WordPress Themes of 2020 – Beautiful & Responsive

In the past few years, Wordpress has gained much importance due to its user interface and user experience. Wordpress is very user-friendly as it is very easy to make a website on this platform even if you are not technically equipped. These days themes have also made it very

How to Install Magento 2 Sample data via Composer and Command Line (CLI) ?

In the recent post I have described how you can install and setup the Magento 2 via composer and command line (CLI), now in this post I am just describing how we can install the Magento 2 Sample data although this is optional but if anyone wants to install