| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
DirectoryIterator::getSize(PHP 5) DirectoryIterator::getSize — Get size of current DirectoryIterator item 설명
   public int DirectoryIterator::getSize
    ( void
   ) 
  Get the file size for the current DirectoryIterator item. 인수이 함수는 인수가 없습니다. 반환값Returns the size of the file, in bytes. 예제
 Example #1 DirectoryIterator::getSize() example 
<?php위 예제의 출력 예시: apple.jpg 15385 banana.jpg 15190 example.php 170 pear.jpg 34406  |