PHP » GoLang |
login |
register |
about
|
GoLang SplFileObject::seek
request it (416)
GoLang replacement for PHP's SplFileObject::seek
[edit | history]
SplFileObject::seek(PHP 5 >= 5.1.0, PHP 7) SplFileObject::seek — Seek to specified line Description
public void SplFileObject::seek
( int
$line_pos
)Seek to specified line in the file. Parameters
Return ValuesNo value is returned. Errors/Exceptions
Throws a LogicException if the
Examples
Example #1 SplFileObject::seek() example This example outputs the third line of the script which is found at position 2.
<?php The above example will output something similar to: $file->seek(2); See Also
|
more
Recently updated
more
Most requested
more
Last requests
|