[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 179 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: Zend_Validate_File_Crc32 - X-Ref
Validator for the crc32 hash of given files__construct($options) X-Ref |
Sets validator options param: string|array|Zend_Config $options return: void |
getCrc32() X-Ref |
Returns all set crc32 hashes return: array |
setHash($options) X-Ref |
Sets the crc32 hash for one or multiple files param: string|array $options return: Zend_Validate_File_Hash Provides a fluent interface |
setCrc32($options) X-Ref |
Sets the crc32 hash for one or multiple files param: string|array $options return: Zend_Validate_File_Hash Provides a fluent interface |
addHash($options) X-Ref |
Adds the crc32 hash for one or multiple files param: string|array $options return: Zend_Validate_File_Hash Provides a fluent interface |
addCrc32($options) X-Ref |
Adds the crc32 hash for one or multiple files param: string|array $options return: Zend_Validate_File_Hash Provides a fluent interface |
isValid($value, $file = null) X-Ref |
Defined by Zend_Validate_Interface Returns true if and only if the given file confirms the set hash param: string $value Filename to check for hash param: array $file File data from Zend_File_Transfer return: boolean |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |