Most Used Build-in Functions in PHP

1.) array() ; is used to create an array. 2.) count() : Returns the number of elements in array 3.) isset() : return True if the variable has been defined and a value assigned or return False if the variable