PHP String substr() Function The substr() is a built-in function of PHP, which is used to extract a part of a string.…
addslashes()
-
-
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 crypt() Function The crypt() is predefined PHP string function. It is used to returns a hashed string by using DES,…
-
PHP String strtr() function The strtr() is an in-built function of PHP, which is used to replace a substring inside the other…
-
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 substr_compare() Function The substr_compare() is a built-in function of PHP, which helps to compare the two strings from a specified…
-
PHP String quoted_printable_decode() Function The quoted_printable_decode() function is a built-in function of PHP, which converts a quoted-printable string to an 8-bit string.…
-
PHP string printf() Function PHP string printf() function predefined functions. It is used to output a formatted string. We can pass the…
-
PHP convert_uudecode() Function PHP convert_uudecode() function is predefined string PHP function , which is used to decode a uuencoded string. It returns…
-
PHP String substr_replace() Function The substr_replace is an in-built function of PHP, which replaces a part of the string with another text…