org\bovigo\vfs\content\StringBasedFileContent::size PHP Method

size() public method

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