Php remove specific element from array. Copy. if (($key = array_search('strawberry', $array)) !== false) { unset($array[$key]); }.
確定! 回上一頁