PHP array_keys() Function
PHP array_keys() Function is used to get keys from array. PHP array_keys() function is PHP built-in function....
PHP array_keys() Function is used to get keys from array. PHP array_keys() function is PHP built-in function....
PHP array_slice() Function is used to extract a slice of the array. PHP array_slice() function is PHP built-in function....
PHP array_merge() Function is used to merge one or more arrays into one array. PHP array_merge() function is PHP built-in function....
PHP array_combine() Function is used to create an array by using one array for keys and another for its values. PHP array_combine() function is PHP built-in function....
PHP array_search() function is used to search the array for a given value and returns the first corresponding key if successful. PHP array_search() function is PHP built-in function....
PHP array_reverse() function is used to reverse the order of the elements in an array. PHP array_reverse() function is PHP built-in function....
PHP array_replace() function replaces elements of first array with other passed array. The array_replace() function is PHP built-in function....
PHP array_chunk() function is used to split an array into chunks. The array_chunk() function is PHP built-in function....
PHP array_rand() Function returns one or more random key from an array. The array_rand() is a built-in function of PHP....
PHP array_shift() Function...
PHP array_pop() Function is used to remove the last element of an array.The array_pop() is a built-in function of PHP....
PHP array_push() Function is used to push one or more elements into the end of array. The array_push() is a built-in function of PHP...
PHP htmlspecialchars_decode() Function converts the predefined HTML entities back to characters....
PHP htmlspecialchars() Function converts some predefined like &, <,>characters to HTML entities...
PHP htmlentities() Function converts some characters to HTML entities. ...
PHP chunk_split() Function...
Google Maps API is used to integrate google map in website, mobile app etc.Google Maps has a JavaScript API, embed html code to customize the maps and display them on your webpage....
PHP lcfirst() Function converts only the first character of a string into lowercase. The lcfirst() Function is php in-built function....
PHP ucfirst() Function converts only the first character of a string into uppercase....
PHP strtolower() Function makes all characters of string to lowercase....