mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
@ -116,7 +116,7 @@ class UploadedFile extends Object
|
||||
* This is mainly used when multiple files were uploaded and saved as 'files[0]', 'files[1]',
|
||||
* 'files[n]'..., and you can retrieve them all by passing 'files' as the name.
|
||||
* @param string $name the name of the array of files
|
||||
* @return UploadedFile[] the array of CUploadedFile objects. Empty array is returned
|
||||
* @return UploadedFile[] the array of UploadedFile objects. Empty array is returned
|
||||
* if no adequate upload was found. Please note that this array will contain
|
||||
* all files from all sub-arrays regardless how deeply nested they are.
|
||||
*/
|
||||
@ -233,4 +233,4 @@ class UploadedFile extends Object
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user