Documentation

Pathable extends Stream

Interface \Hoa\Stream\IStream\Pathable.

Interface for pathable input/output.

Tags
copyright

Copyright © 2007-2017 Hoa community

license

New BSD License

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
string

getDirname()

Get directory name component of path.

public getDirname() : string
Return values
string

getStream()

Get the current stream.

public getStream() : resource
Return values
resource

        
On this page

Search results