| 
 | SplFileObject::fscanfParses input from file according to a format Description
   public mixed SplFileObject::fscanf
    ( string  $format[, mixed&$...] )
   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 
<?phpContents of users.txt javier argonaut pe hiroshi sculptor jp robert slacker us luigi florist it See Also
 
 |