Blog

PHP vfprintf() Function
PHP vfprintf() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe vfprintf() function writes a formatted string to a specified o…[ More ]
PHP vprintf() Function
PHP vprintf() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe vprintf() function outputs a formatted string.Unlike printf(), …[ More ]
PHP vsprintf() Function
PHP vsprintf() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe vsprintf() function writes a formatted string to a variable.Un…[ More ]
PHP wordwrap() Function
PHP wordwrap() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe wordwrap() function wraps a string into new lines when it reac…[ More ]
PHP sha1_file() Function
PHP sha1_file() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe sha1_file() function calculates the SHA-1 hash of a file.The …[ More ]
PHP sha1() Function
PHP sha1() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe sha1() function calculates the SHA-1 hash of a string.The sha1() f…[ More ]
PHP setlocale() Function
PHP setlocale() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe setlocale() function sets locale information.Locale informati…[ More ]
PHP rtrim() Function
PHP rtrim() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe rtrim() function will remove whitespaces or other predefined char…[ More ]
PHP quotemeta() Function
PHP quotemeta() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe quotemeta() function adds backslashes in front of some predef…[ More ]
PHP quoted_printable_decode() Function
PHP quoted_printable_decode() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe quoted_printable_decode() function decodes a qu…[ More ]
PHP printf() Function
PHP printf() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe printf() function outputs a formatted string.The arg1, arg2, ++ …[ More ]
PHP print() Function
PHP print() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe print() function outputs one or more strings.Syntaxprint(strings)…[ More ]
PHP parse_str() Function
PHP parse_str() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe parse_str() function parses a query string into variables.Syn…[ More ]
PHP ord() Function
PHP ord() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe ord() function returns the ASCII value of the first character of a …[ More ]
PHP number_format() Function
PHP number_format() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe number_format() function formats a number with grouped th…[ More ]
PHP nl2br() Function
PHP nl2br() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe nl2br() function inserts HTML line breaks () in front of each new…[ More ]
PHP nl_langinfo() Function
PHP nl_langinfo() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe nl_langinfo() function returns specific local information.T…[ More ]
PHP money_format() Function
PHP money_format() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe money_format() function returns a string formatted as a cu…[ More ]
PHP metaphone() Function
PHP metaphone() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe metaphone() function calculates the metaphone key of a string…[ More ]
PHP md5_file() Function
PHP md5_file() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe md5_file() function calculates the MD5 hash of a file.The md5_…[ More ]