Advertisement
Guest User

using of lines counter

a guest
Jun 29th, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1.             require ( 'classes.php' );
  2.     $path_to_here = dirname(__FILE__) .DIRECTORY_SEPARATOR;
  3.     $class  = new Folder($path_to_here);
  4.     print $class -> count_lines() ."\n\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement