mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-06 14:19:23 +08:00
Update FileValidator phpDoc: see link added to maxSize
This commit is contained in:
@ -56,7 +56,7 @@ class FileValidator extends Validator
|
|||||||
* @var integer the maximum number of bytes required for the uploaded file.
|
* @var integer the maximum number of bytes required for the uploaded file.
|
||||||
* Defaults to null, meaning no limit.
|
* Defaults to null, meaning no limit.
|
||||||
* Note, the size limit is also affected by `upload_max_filesize` and `post_max_size` INI setting
|
* Note, the size limit is also affected by `upload_max_filesize` and `post_max_size` INI setting
|
||||||
* and the 'MAX_FILE_SIZE' hidden field value. See [[getSizeLimit]] for details.
|
* and the 'MAX_FILE_SIZE' hidden field value. See [[getSizeLimit()]] for details.
|
||||||
* @see http://php.net/manual/en/ini.core.php#ini.upload-max-filesize
|
* @see http://php.net/manual/en/ini.core.php#ini.upload-max-filesize
|
||||||
* @see http://php.net/post-max-size
|
* @see http://php.net/post-max-size
|
||||||
* @see getSizeLimit
|
* @see getSizeLimit
|
||||||
|
Reference in New Issue
Block a user