Documentation

Result
in package
implements ResultInterface

Interfaces, Classes and Traits

ResultInterface

Table of Contents

__construct()  : mixed
createUrl()  : FarahUrl
Create a FarahUrl for this result
lookupCharset()  : string
Determine the character set of this result
lookupChunkWriter()  : ChunkWriterInterface
lookupDOMWriter()  : DOMWriterInterface
lookupFileChangeTime()  : int
Look up the time of the last change to this result, or 0 if undeterminable.
lookupFileName()  : string
Determine the filename of this result.
lookupFileSize()  : int
Look up the size of this result, or 0 if undeterminable.
lookupFileStatistics()  : array<string|int, mixed>
Determine all available statistics of this result, as a call to stat() would.
lookupFileWriter()  : FileWriterInterface
lookupHash()  : string
Determine a hash for this resource, or the empty string if undeterminable
lookupIsBufferable()  : bool
Determine whether or not intermediate filters are allowed to buffer this result, or should always flush immediately.
lookupMimeType()  : string
Determine the mime type of this result.
lookupStreamWriter()  : StreamWriterInterface
lookupStringWriter()  : StringWriterInterface

Methods

lookupCharset()

Determine the character set of this result

public lookupCharset() : string
Return values
string

A valid character, or the empty string if not applicable.

lookupChunkWriter()

public lookupChunkWriter() : ChunkWriterInterface
Return values
ChunkWriterInterface

lookupDOMWriter()

public lookupDOMWriter() : DOMWriterInterface
Return values
DOMWriterInterface

lookupFileChangeTime()

Look up the time of the last change to this result, or 0 if undeterminable.

public lookupFileChangeTime() : int
Return values
int

lookupFileName()

Determine the filename of this result.

public lookupFileName() : string
Return values
string

lookupFileSize()

Look up the size of this result, or 0 if undeterminable.

public lookupFileSize() : int
Return values
int

lookupFileStatistics()

Determine all available statistics of this result, as a call to stat() would.

public lookupFileStatistics() : array<string|int, mixed>
Return values
array<string|int, mixed>

lookupFileWriter()

public lookupFileWriter() : FileWriterInterface
Return values
FileWriterInterface

lookupHash()

Determine a hash for this resource, or the empty string if undeterminable

public lookupHash() : string
Return values
string

lookupIsBufferable()

Determine whether or not intermediate filters are allowed to buffer this result, or should always flush immediately.

public lookupIsBufferable() : bool
Return values
bool

lookupMimeType()

Determine the mime type of this result.

public lookupMimeType() : string
Return values
string

lookupStreamWriter()

public lookupStreamWriter() : StreamWriterInterface
Return values
StreamWriterInterface

lookupStringWriter()

public lookupStringWriter() : StringWriterInterface
Return values
StringWriterInterface

Search results