learn php

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 »

PHP SHA1() FUNCTION

what is the syntax of the function in php? Parameter Description string Required. The string to be calculated raw Optional. Specify hex or binary output format:TRUE – Raw 20 character binary formatFALSE – Default. 40 character hex number PHP SHA1() method examples of the SHA1() function Example 1. In this example, we calculate the SHA-1 …

PHP SHA1() FUNCTION Read More »

PHP soundex() Function

what is the syntax of the SOUNDEX() function in php? Parameter Description string Required. Specifies the string to check PHP SOUNDEX() method examples of the SOUNDEX() function Example 1. In this example, we calculate the soundex key of “Hello”.

en English
X
Scroll to Top