bone282 commented on a Page, File Size using Binary Prefixes  -  May 16, 2009

yes

$file = 'yourfile.txt';
echo count(file($file));

or

$file = file('yourfile.txt');
echo count($file);

or

echo count(file('youfile.txt'));

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.