PHP References

PHP strcoll() Function

what is the syntax of the STRCOLL() function in php? Parameter Description string1 Required. Specifies the first string to compare string2 Required. Specifies the second string to compare PHP STRCOLL() method examples of the STRCOLL() function in php Example 1. In this example, we compare strings.

PHP strcmp() Function

what is the syntax of the STRCMP() function in php? Parameter Description string1 Required. Specifies the first string to compare string2 Required. Specifies the second string to compare PHP STRCMP() method examples of the STRCMP() function in php Example 1. In this example, we compare two strings (case-sensitive). Example 2. In this example, we compare …

PHP strcmp() Function Read More »

PHP str_shuffle() Function

WHAT IS THE SYNTAX OF THE STR_SHUFFLE() FUNCTION IN PHP? Parameter Description string Required. Specifies the string to shuffle PHP STR_SHUFFLE() method EXAMPLES OF THE STR_SHUFFLE() FUNCTION Example 1. In this example, we randomly shuffle all characters of a string.

PHP STR_ROT13() FUNCTION

WHAT IS THE SYNTAX OF THE STR_ROT13()FUNCTION IN PHP? Parameter Description string Required. Specifies the string to encode PHP STR_ROT13() method EXAMPLES OF THE STR_ROT13() FUNCTION Example 1. In this example, we encode and decode a string.

PHP strcasecmp() Function

WHAT IS THE SYNTAX OF THE STRCASECMP() FUNCTION IN PHP? Parameter Description string1 Required. Specifies the first string to compare string2 Required. Specifies the second string to compare PHP STRCASECMP() method EXAMPLES OF THE STRCASECMP() FUNCTION Example 1. In this example, we compare two strings (case-insensitive). Example 2. In this example, we compare two strings (case-insensitive = …

PHP strcasecmp() Function Read More »

PHP sscanf() Function

what is the syntax of the SSCANF() function in php? Parameter Description string Required. Specifies the string to read format Required. Specifies the format to use.Possible format values:%% – Returns a percent sign%c – The character according to the ASCII value%d – Signed decimal number (negative, zero or positive)%e – Scientific notation using a lowercase …

PHP sscanf() Function Read More »

en English
X
Scroll to Top