4 Array functions you should know in PHP
An array is a series of elements of the same type placed in contiguous memory locations that can be individually referenced by adding an index to a unique identifier.for example, we can store 5 values of type int in an array without having to declare 5 different variables, each one with a different identifier.
Want to have your say? just login


Be first to show your opinion !!!