PHP String strtr() function The strtr() is an in-built function of PHP, which is used to replace a substring inside the other…
PHP Tutorial
PHP String substr() Function The substr() is a built-in function of PHP, which is used to extract a part of a string.…
PHP chunk_split() Function PHP chunk_split() function is used to splits a string into smaller parts or chunks. The function does not alter…
PHP string strcasecmp() function PHP string strcasecmp() is predefine function. It is used to compare two given string. It is binary safe…
PHP string crypt() Function The crypt() is predefined PHP string function. It is used to returns a hashed string by using DES,…
PHP addcslashes() Function PHP addcslashes() function is used to add quote string with slashes in a C style. It is case-sensitive Syntax:…
PHP string strip_tags() Function PHP string_tags() is predefine string function of PHP. It is used to strip HTML and PHP tags from…
PHP strlen() Function The strlen() function is predefined function of PHP. It is used to find the length of string or returns…
PHP string strcoll() Function strcoll() is an inbuilt string function of PHP, which is used to compare two strings. It is a…
PHP string str_pad() Function The str_pad() is in-built PHP function which is use to pad a string to a certain length. It…