org\bovigo\vfs\vfsStreamDirectory::size PHP 메소드

size() 공개 메소드

The size of a directory is always 0 bytes. To calculate the summarized size of all children in the directory use sizeSummarized().
public size ( ) : integer
리턴 integer
    public function size()
    {
        return 0;
    }