Author name: Tutor Network Team

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”.

PHP sprintf() Function

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

PHP sprintf() Function Read More »

en English
X
Scroll to Top