File Validators

ExcludeExtension

Zend\Validator\File\ExcludeExtension checks the extension of files. It will assert false when a given file matches any of the defined extensions.

This validator is inversely related to the Extension validator; please refer to that validator for full options and usage examples.

Found a mistake or want to contribute to the documentation? Edit this page on GitHub!