Documentation

FileObject
in package

Use custom FileObject to prevent "too many files open" error

Table of Contents

$fileObject  : mixed
$path  : mixed
__call()  : mixed
__construct()  : mixed
getBasename()  : mixed
getFilename()  : mixed
getPathName()  : mixed
getRealPath()  : mixed
getSize()  : mixed

Properties

Methods

__call()

public __call(mixed $method, mixed $args) : mixed
Parameters
$method : mixed
$args : mixed
Return values
mixed

__construct()

public __construct(mixed $path) : mixed
Parameters
$path : mixed
Return values
mixed

getBasename()

public getBasename([mixed $suffix = null ]) : mixed
Parameters
$suffix : mixed = null
Return values
mixed

getFilename()

public getFilename() : mixed
Return values
mixed

getPathName()

public getPathName() : mixed
Return values
mixed

getRealPath()

public getRealPath() : mixed
Return values
mixed

getSize()

public getSize() : mixed
Return values
mixed

Search results