org\bovigo\vfs\TestvfsStreamAbstractContent::size PHP Méthode

size() public méthode

returns size of content
public size ( ) : integer
Résultat integer
    public function size()
    {
        return 0;
    }
TestvfsStreamAbstractContent