Property | Type | Description | |
---|---|---|---|
$callback | callable | null |
Method | Description | |
---|---|---|
__construct ( callable $callback ) | ||
__toString ( ) | ||
attach ( callable $callback ) | Attach a new callback to the instance. | |
close ( ) | ||
detach ( ) | ||
eof ( ) | ||
getContents ( ) | ||
getMetadata ( $key = null ) | ||
getSize ( ) | ||
isReadable ( ) | ||
isSeekable ( ) | ||
isWritable ( ) | ||
read ( $length ) | ||
rewind ( ) | ||
seek ( $offset, $whence = SEEK_SET ) | ||
tell ( ) | ||
write ( $string ) |