PHP Interface Kraken\Stream\StreamBaseInterface

Afficher le fichier Open project: kraken-php/framework

Méthodes publiques

Méthode Description
close ( ) Close Stream and underlying resource object.
getMetadata ( ) : string[] Return array containg metadata of stream.
getResource ( ) : resource Return the wrapped resource.
getResourceId ( ) : integer Return file descriptor of wrapped resource.
getStreamType ( ) : string Return type of stream.
getWrapperType ( ) : string Return type of stream wrapper.
isOpen ( ) : boolean Check if stream is open.

Method Details

close() public méthode

Close Stream and underlying resource object.
public close ( )

getMetadata() public méthode

Return array containg metadata of stream.
public getMetadata ( ) : string[]
Résultat string[]

getResource() public méthode

Return the wrapped resource.
public getResource ( ) : resource
Résultat resource

getResourceId() public méthode

Return file descriptor of wrapped resource.
public getResourceId ( ) : integer
Résultat integer

getStreamType() public méthode

Return type of stream.
public getStreamType ( ) : string
Résultat string

getWrapperType() public méthode

Return type of stream wrapper.
public getWrapperType ( ) : string
Résultat string

isOpen() public méthode

Check if stream is open.
public isOpen ( ) : boolean
Résultat boolean