Pathable
extends
Stream
in
Interface \Hoa\Stream\IStream\Pathable.
Interface for pathable input/output.
Tags
Table of Contents
Methods
- getBasename() : string
- Get filename component of path.
- getDirname() : string
- Get directory name component of path.
- getStream() : resource
- Get the current stream.
Methods
getBasename()
Get filename component of path.
public
getBasename() : string
Return values
stringgetDirname()
Get directory name component of path.
public
getDirname() : string
Return values
stringgetStream()
Get the current stream.
public
getStream() : resource