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 IOException

Exception
Extended by RuntimeException
Extended by amekusa\phio\IOException
Namespace: amekusa\phio
Author: amekusa post@amekusa.com
Located at IOException.php

Methods summary

public amekusa\phio\File
# getIOFile( )

Returns a amekusa\phio\File object that the exception occurred on its I/O operation

Returns a amekusa\phio\File object that the exception occurred on its I/O operation

Returns

amekusa\phio\File
public amekusa\phio\IOException
# setIOFile( amekusa\phio\File $IOFile )

Sets a amekusa\phio\File object that the exception occurred on its I/O operation

Sets a amekusa\phio\File object that the exception occurred on its I/O operation

Parameters

$IOFile

Returns

amekusa\phio\IOException
This

Methods inherited from Exception

__construct(), __toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

PhiO: Object-oriented filesystem library for PHP API documentation generated by ApiGen