PHP string crypt() Function The crypt() is predefined PHP string function. It is used to returns a hashed string by using DES,…
time
-
-
PHP String strtr() function The strtr() is an in-built function of PHP, which is used to replace a substring inside the other…
-
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 addcslashes() Function PHP addcslashes() function is used to add quote string with slashes in a C style. It is case-sensitive Syntax:…
-
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 substr_compare() Function The substr_compare() is a built-in function of PHP, which helps to compare the two strings from a specified…
-
Reverse String A string can be reversed either using strrev() function or simple PHP code. For example, on reversing TutorAspire it will…
-
PHP fprint() Function PHP fprint() function is used to write a formatted string to a stream. In another words we can say…
-
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…