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 …