PHP Array 以元素值刪除指定元素 <?php /** * VECTOR COOL * https://vector.cool * 去除值為"ccc"的元素 */ $arr=array(1=>'aaa',2=>'bbb',3=>'ccc'); unset($arr[array_search('ccc',$arr)]); //按元素值返回鍵名。去除後保持索引 print_r($a); ?>參考:如果文章對您很有幫助請我喝杯咖啡吧 Bitcoin 比特幣錢包: 38ieWXhURt27br9XrDoCeo4eruzKyi8QKs ann71727 Post Views: 2,156Related posts:PHP 時間運算 取2日期間共幾年 get years between two datesPHP 解決 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead inPHP big5轉utf8不要用iconv(),iconv這個函數,用mb_convert_encodingPHP 時間運算 日期或時間加減