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

size() 공개 메소드

returns size of content
public size ( ) : integer
리턴 integer
    public function size()
    {
        return 0;
    }
TestvfsStreamAbstractContent