Method _Stdio.Buffer()->sscanf()


Method sscanf

array sscanf(string(8bit) format)

Description

Reads data from the beginning of the buffer to match the specifed format, then return an array with the matches.

The non-matching data will be left in the buffer.

See array_sscanf for more information.