PHP » GoLang |
login |
register |
about
|
GoLang SplFileObject::fscanf
request it (292)
GoLang replacement for PHP's SplFileObject::fscanf
[edit | history]
SplFileObject::fscanf(PHP 5 >= 5.1.0, PHP 7) SplFileObject::fscanf — Parses input from file according to a format Description
Reads a line from the file and interprets it according to the specified
Any whitespace in the Parameters
Return ValuesIf only one parameter is passed to this method, the values parsed will be returned as an array. Otherwise, if optional parameters are passed, the function will return the number of assigned values. The optional parameters must be passed by reference. Examples
Example #1 SplFileObject::fscanf() example
<?php Contents of users.txt javier argonaut pe hiroshi sculptor jp robert slacker us luigi florist it |
more
Recently updated
more
Most requested
more
Last requests
|