Quick Search:
 
 PHP Code: Count lines in file Jump to:  
Category: >> PHP Code >> Count lines in file  

<< lastnext >>

Snippet Name: Count lines in file

Description: Count the number of lines in a text file.

Also see:
» Saving Remote Images With PHP
» Include All Files In A Directory
» More File Type Detection in PHP
» Get Current Page URL
» Get Current Directory Name
» Measure script run time
» Write to File example
» Check if a file exists
» Export table to Excel or MS Word file
» Copy File From Server
» Truncate URLs for clean appearance.
» Calculate File Size In Directory

Comment: (none)

Language: PHP
Highlight Mode: PHP
Last Modified: March 16th, 2009

<?PHP  
 
$file = "somefile.txt";  
$lines = COUNT(FILE($file));  
ECHO "There are $lines lines in $file";
 
?>


 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org