You are here

public function vfsStreamContent::size in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContent.php \org\bovigo\vfs\vfsStreamContent::size()

returns size of content

Return value

int

3 methods override vfsStreamContent::size()
TestvfsStreamAbstractContent::size in vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamAbstractContentTestCase.php
returns size of content
vfsStreamDirectory::size in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamDirectory.php
returns size of directory
vfsStreamFile::size in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamFile.php
returns size of content

File

vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContent.php, line 76

Class

vfsStreamContent
Interface for stream contents.

Namespace

org\bovigo\vfs

Code

public function size();