PHP array_shift() Function
PHP array_shift() Function...
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....
PHP strtoupper() Function makes all characters of string to uppercase....
PHP ucwords() Function is used to convert the first character of each word to uppercase in string. The ucwords() is an in-built function of PHP....
PHP join() Function returns string with separator between two array elements....
PHP implode() Function is used to join array elements into string....
PHP explode() Function converts a string into an array....
PHP sha1_file() Function is used to generate the SHA-1 hash of a file. The sha1_file() function uses the US Secure Hash Algorithm 1....
PHP sha1() Function is used to generate the SHA-1 hash of a string. The sha1() function uses the US Secure Hash Algorithm 1....
PHP md5_file() Function returns the MD5 hash of the file....
PHP md5() function is used to generate the MD5 hash of a string. It returns the hash as a 32 character hexadecimal number. It uses the RSA DATA security. PHP md5() is predefined function....