<?php. /**. * First Method. */. function array_search_partial($arr, $keyword) {. foreach($arr as $index => $string) {. if (strpos($string, $keyword) !==
確定! 回上一頁