🌈 搜索
📅  最后修改于: 2022-03-11 14:54:09.988000             🧑  作者: Mango
$allowed_ext = array('gif', 'png', 'jpg', 'jpeg'); if (in_array($exts, $allowed_ext)) { //write your code here }