Hi there,
i have a big file txt to read(about 40 Mb), and i have read this file, suddenly i realise that my methode to read file is using sequential access mode, but the process is to long and i need the methode to read in random access with php, i heared that random access is more fastest than sequential access, where i can get the tutorial about file operations (random access mode) using php.
Because it's very little informations that i can get from php manual about random access mode or i don't the right place or right site to get is informations.
thanx