I/O

Jet I/O is used for more convenient work with files (Jet\IO_File) and directories (Jet\IO_Dir).

In addition to a number of useful features, the difference from the usual use of standard PHP functions is that when an operation fails exceptions are always thrown instead of the classic PHP Warning.

Exception classes:

  • Jet\IO_File_Exception
  • Jet\IO_Dir_Exception

Previous chapter
Jet\Data_Paginator_Exception
Next chapter
Jet\IO_File