Свойство | Type | Description | |
---|---|---|---|
$autoClose | boolean | ||
$closing | boolean | ||
$resource | resource |
Méthode | Description | |
---|---|---|
__construct ( resource $resource, boolean $autoClose = true ) | ||
__destruct ( ) | ||
close ( ) | ||
getMetadata ( ) | ||
getResource ( ) | ||
getResourceId ( ) | ||
getStreamType ( ) | ||
getWrapperType ( ) | ||
handleClose ( ) | Handle the close of the stream object. | |
isOpen ( ) | ||
isSeekable ( ) | ||
rewind ( ) | ||
seek ( $offset, $whence = SEEK_SET ) | ||
tell ( ) |
Méthode | Description | |
---|---|---|
throwAndEmitException ( Erro\Error | Exceptio\Exception $ex ) : null | Emit error event and the throws it too. |
public __construct ( resource $resource, boolean $autoClose = true ) | ||
$resource | resource | |
$autoClose | boolean |
protected throwAndEmitException ( Erro\Error | Exceptio\Exception $ex ) : null | ||
$ex | Erro\Error | Exceptio\Exception | |
Résultat | null |