class Solution { /** * @param Integer[] $nums * @param Integer $target * @return Integer */ function search($nums, $target) { } }