hi all
pls tell me, how can I search local file content for some string
without using fread() ?
function fread() is not allowed because file-size is over 100MB,
and searching is needed for many times in the loop
it required huge server loading...
is it possible?
thanks 🙂