You are here

public function FileContent::size in Zircon Profile 8

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

returns size of content

Return value

int

2 calls to FileContent::size()
SeekableFileContent::eof in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/SeekableFileContent.php
checks whether pointer is at end of file
SeekableFileContent::seek in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/SeekableFileContent.php
seeks to the given offset
2 methods override FileContent::size()
LargeFileContent::size in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/LargeFileContent.php
returns size of content
StringBasedFileContent::size in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/StringBasedFileContent.php
returns size of content

File

vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/FileContent.php, line 30

Class

FileContent
Interface for actual file contents.

Namespace

org\bovigo\vfs\content

Code

public function size();