setlocale – PHP String Functions

setlocale – PHP String Functions

6 years ago

Syntax : setlocale ( category, locale ); Description : The setlocale() function sets the locale information. Locale information is currency format, currency…

printf – PHP String Functions

6 years ago

Syntax : printf ( string_format, arg1, arg2, arg3... ); Description : The printf() function output a formatted string. Output will come…

quotemeta – PHP String Functions

6 years ago

Syntax : quotemeta ( string ); Description : The quotemeta() function adds backslashes in front of below characters. The predefined characters…

quoted_​printable_​decode – PHP String Functions

6 years ago

Syntax : quoted_​printable_​decode ( string ); Description : The quoted_​printable_​decode() function decodes a quoted-printable string to an 8-bit string. This function…

quoted_​printable_​encode – PHP String Functions

6 years ago

Syntax : quoted_​printable_​encode ( string ); Description : The quoted_​printable_​encode() function convert a 8 bit string to a quoted-printable string. Quoted printable…

print – PHP String Functions

6 years ago

Syntax : print ( strings ); Description : The print() function outputs one or more strings. It is not actually a…

parse_​str – PHP String Functions

6 years ago

Syntax : parse_​str ( stringto_encode, array ); Description : The parse_​str() function parses a query string into variables. Parses stringto_encode, as if…

ord – PHP String Functions

6 years ago

Syntax : ord ( string ); Description : The ord() function calculates the ASCII value of first character of a string.…

nl_​langinfo – PHP String Functions

6 years ago

Syntax : nl_​langinfo ( item ); Description : nl_​langinfo() function returns the locale information. nl_langinfo() is used to access individual elements of the locale…

money_format – PHP String Functions

6 years ago

Syntax : money_format ( format, number ); Description : The money_format() function formats a number to a currency string. This function…