Description
mixed
sscanf
( string str, string format [, string var1])
Exemplo
1
.
sscanf(
)
Example
|
If optional parameters are passed, the function will return the
number of assigned values. The optional parameters must be passed
by reference.
Exemplo
2
.
sscanf(
)
-
using
optional
parameters
|