コード例 #1
0
ファイル: FileSize.php プロジェクト: sebastiansulinski/file
 /**
  * Constructor.
  *
  * @param File $file
  */
 function __construct(File $file)
 {
     $this->size = filesize($file->withPath());
 }