Skip to content

Instantly share code, notes, and snippets.

@yurimorales
Created May 9, 2018 17:22
Show Gist options
  • Save yurimorales/f25e4fd11e423b711fa25917dd2aa57a to your computer and use it in GitHub Desktop.
Save yurimorales/f25e4fd11e423b711fa25917dd2aa57a to your computer and use it in GitHub Desktop.
$file = new SplFileObject("filename.txt");
$file->seek(9); // so it's line 10
echo $file->current(); // outputs line 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment