org\bovigo\vfs\content\StringBasedFileContent::size PHP Méthode

size() public méthode

returns size of content
public size ( ) : integer
Résultat integer
    public function size()
    {
        return strlen($this->content);
    }