Zend Framework  3.0
Classes | Functions
Zend\Validator\File Namespace Reference

Zend Framework (http://framework.zend.com/) More...

Classes

class  Count
 Validator for counting all given files. More...
 
class  Crc32
 Validator for the crc32 hash of given files. More...
 
class  ExcludeExtension
 Validator for the excluding file extensions. More...
 
class  ExcludeMimeType
 Validator for the mime type of a file. More...
 
class  Exists
 Validator which checks if the file already exists in the directory. More...
 
class  Extension
 Validator for the file extension of a file. More...
 
class  FilesSize
 Validator for the size of all files which will be validated in sum. More...
 
class  Hash
 Validator for the hash of given files. More...
 
class  ImageSize
 Validator for the image size of an image file. More...
 
class  IsCompressed
 Validator which checks if the file already exists in the directory. More...
 
class  IsImage
 Validator which checks if the file is an image. More...
 
class  Md5
 Validator for the md5 hash of given files. More...
 
class  MimeType
 Validator for the mime type of a file. More...
 
class  NotExists
 Validator which checks if the destination file does not exist. More...
 
class  Sha1
 Validator for the sha1 hash of given files. More...
 
class  Size
 Validator for the maximum size of a file up to a max of 2GB. More...
 
class  Upload
 Validator for the maximum size of a file up to a max of 2GB. More...
 
class  UploadFile
 Validator for the maximum size of a file up to a max of 2GB. More...
 
class  WordCount
 Validator for counting all words in a file. More...
 

Functions

 is_uploaded_file ($filename)
 

Detailed Description

Zend Framework (http://framework.zend.com/)

for the canonical source repository Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License

Function Documentation

Zend\Validator\File\is_uploaded_file (   $filename)