Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 697 Bytes

zend.filter.file.rst

File metadata and controls

22 lines (15 loc) · 697 Bytes

File Filter Classes

Zend Framework comes with set of classes for filtering file contents as well as performing other actions, such as file renaming.

Note

All of the File Filter Classes' filter() methods support both a file path string or a $_FILES array as the supplied argument. When a $_FILES array is passed in, the tmp_name is used for the file path.