Copied!

BinaryFile

BinaryFile.php : 15

This class provides abstract access to binary files.

It allows reading & writing of files in a unified way

Properties

public $id

BinaryFile.php : 24

Unique persistence layer identifier for this file Ex: images/media/images/ibexa-logo/209-1-eng-GB/Ibexa-Logo.gif, or original/application/2b042138835bb5f48beb9c9df6e86de4.pdf.

public string $id

public $mtime

BinaryFile.php : 38

File modification time.

public DateTime $mtime

public $size

BinaryFile.php : 31

File size, in bytes.

public int $size

public $uri

BinaryFile.php : 45

HTTP URI to the binary file.

public string $uri