Syntax : setlocale ( category, locale ); Description : The setlocale() function sets the locale information. Locale information is currency format, currency…
Syntax : printf ( string_format, arg1, arg2, arg3... ); Description : The printf() function output a formatted string. Output will come…
Syntax : quotemeta ( string ); Description : The quotemeta() function adds backslashes in front of below characters. The predefined characters…
Syntax : quoted_printable_decode ( string ); Description : The quoted_printable_decode() function decodes a quoted-printable string to an 8-bit string. This function…
Syntax : quoted_printable_encode ( string ); Description : The quoted_printable_encode() function convert a 8 bit string to a quoted-printable string. Quoted printable…
Syntax : print ( strings ); Description : The print() function outputs one or more strings. It is not actually a…
Syntax : parse_str ( stringto_encode, array ); Description : The parse_str() function parses a query string into variables. Parses stringto_encode, as if…
Syntax : ord ( string ); Description : The ord() function calculates the ASCII value of first character of a string.…
Syntax : nl_langinfo ( item ); Description : nl_langinfo() function returns the locale information. nl_langinfo() is used to access individual elements of the locale…
Syntax : money_format ( format, number ); Description : The money_format() function formats a number to a currency string. This function…