public function vfsStreamFile::size in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamFile.php \org\bovigo\vfs\vfsStreamFile::size()
returns size of content
Return value
int
Overrides vfsStreamContent::size
File
- vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamFile.php, line 252
Class
- vfsStreamFile
- File container.
Namespace
org\bovigo\vfsCode
public function size() {
return $this->content
->size();
}