Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 396 Bytes

function.checkImage.md

File metadata and controls

20 lines (12 loc) · 396 Bytes

Function checkImage

Check image upload

mixed checkImage(array $file, integer $maxFileSize)

Arguments

  • $file array - Upload $_FILE value
  • $maxFileSize integer - Maximum upload size (optional)