YaWK  24.1
Yet another WebKit
yawk-stats.php File Reference

Go to the source code of this file.

Variables

 $cssFiles = sys::countCodeLines($FILE_PATH, '.css')
 
 $FILE_PATH = "../"
 
 $jsFiles = sys::countCodeLines($FILE_PATH, '.js')
 
 $phpFiles = sys::countCodeLines($FILE_PATH, '.php')
 
 $total = $phpFiles['lines'] + $cssFiles['lines'] + $jsFiles['lines']
 
 $useragent = sys::getBrowser('')
 
 foreach ( $phpFiles as $key=> $value)
 

Variable Documentation

◆ $cssFiles

$cssFiles = sys::countCodeLines($FILE_PATH, '.css')

Definition at line 100 of file yawk-stats.php.

◆ $FILE_PATH

$FILE_PATH = "../"

Definition at line 98 of file yawk-stats.php.

◆ $jsFiles

$jsFiles = sys::countCodeLines($FILE_PATH, '.js')

Definition at line 101 of file yawk-stats.php.

◆ $phpFiles

$phpFiles = sys::countCodeLines($FILE_PATH, '.php')

Definition at line 99 of file yawk-stats.php.

◆ $total

◆ $useragent

$useragent = sys::getBrowser('')

Definition at line 70 of file yawk-stats.php.

Referenced by YAWK\sys\getBrowser(), YAWK\sys\getOS(), and YAWK\sys\isBrowscapSet().

◆ foreach

foreach($jsFiles as $key=> $value) (   $phpFiles as,
  $value 
)

Definition at line 106 of file yawk-stats.php.