function($path) { if ( $this->isFile($path) ){ return $this->_filesize($this->getRealPath($path)); } return null; }