PhiO: Object-oriented filesystem library for PHP
  • Namespace
  • Class
  • Tree
  • Todo

Namespaces

  • amekusa
    • phio
  • PHP

Classes

  • Directory
  • File
  • FilePool
  • Filter
  • Perms
  • RegexFilter
  • RegFile

Exceptions

  • ErrorException
  • IOException

Class FilePool

Namespace: amekusa\phio
Author: amekusa post@amekusa.com
Located at FilePool.php

Methods summary

public static amekusa\phio\FilePool
# instance( )

Returns the instance of This class

Returns the instance of This class

Returns

amekusa\phio\FilePool
public amekusa\phio\File
# get( string $Path, boolean $ForceNew = false )

Parameters

$Path
The path of a File object to return
$ForceNew
(optional) If true, always returns a newly created object

Returns

amekusa\phio\File
public
# clear( )
PhiO: Object-oriented filesystem library for PHP API documentation generated by ApiGen