¡@

Home 

php Programming Glossary: lineno

Read a file from line X to line Y? [duplicate]

http://stackoverflow.com/questions/2808583/read-a-file-from-line-x-to-line-y

to get to line X. For example php f fopen 'sample.txt' 'r' lineNo 0 startLine 3 endLine 6 while line fgets f lineNo if lineNo.. 'r' lineNo 0 startLine 3 endLine 6 while line fgets f lineNo if lineNo startLine echo line if lineNo endLine break fclose.. 0 startLine 3 endLine 6 while line fgets f lineNo if lineNo startLine echo line if lineNo endLine break fclose f share..

How do I open a file from line X to line Y in PHP?

http://stackoverflow.com/questions/514673/how-do-i-open-a-file-from-line-x-to-line-y-in-php

to get to line X. For example php f fopen 'sample.txt' 'r' lineNo 0 startLine 3 endLine 6 while line fgets f lineNo if lineNo.. 'r' lineNo 0 startLine 3 endLine 6 while line fgets f lineNo if lineNo startLine echo line if lineNo endLine break fclose.. 0 startLine 3 endLine 6 while line fgets f lineNo if lineNo startLine echo line if lineNo endLine break fclose f share..