Blog

PHP md5() Function
PHP md5() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe md5() function calculates the MD5 hash of a string.The md5() functi…[ More ]
PHP ltrim() Function
PHP ltrim() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe ltrim() function will remove whitespaces or other predefined char…[ More ]
PHP localeconv() Function
PHP localeconv() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe localeconv() function returns an array containing local nume…[ More ]
PHP levenshtein() Function
PHP levenshtein() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe levenshtein() function returns the Levenshtein distance bet…[ More ]
PHP join() Function
 PHP join() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe join() function returns a string from the elements of an array.Th…[ More ]
PHP implode() Function
PHP implode() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe implode() function returns a string from the elements of an arr…[ More ]
PHP htmlspecialchars() Function
PHP htmlspecialchars() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe htmlspecialchars() function converts some predefined c…[ More ]
PHP htmlspecialchars_decode() Function
PHP htmlspecialchars_decode() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe htmlspecialchars_decode() function converts som…[ More ]
PHP htmlentities() Function
PHP htmlentities() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe htmlentities() function converts characters to HTML entiti…[ More ]
PHP html_entity_decode() Function
 PHP html_entity_decode() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe html_entity_decode() function converts HTML entitie…[ More ]
PHP hebrevc() Function
PHP hebrevc() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe hebrevc() function converts Hebrew text from a right-to-left fl…[ More ]
PHP hebrev() Function
PHP hebrev() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe hebrev() function converts Hebrew text from a right-to-left flow…[ More ]
PHP get_html_translation_table() Function
PHP get_html_translation_table() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe get_html_translation_table() function return…[ More ]
PHP fprintf() Function
PHP fprintf() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe fprintf() function writes a formatted string to a specified out…[ More ]
PHP explode() Function
PHP explode() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe explode() function breaks a string into an array.Syntaxexplode(…[ More ]
PHP echo() Function
PHP echo() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe echo() function outputs one or more strings.Syntaxecho(strings)  P…[ More ]
PHP crypt() Function
PHP crypt() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe crypt() function returns a string encrypted using DES, Blowfish, …[ More ]
PHP crc32() Function
PHP crc32() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe crc32() function calculates a 32-bit CRC (cyclic redundancy check…[ More ]
PHP count_chars() Function
PHP count_chars() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe count_chars() function returns how many times an ASCII char…[ More ]
PHP convert_uuencode() Function
PHP convert_uuencode() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe convert_uuencode() function encodes a string using the…[ More ]