getAutoWord($str); foreach ($word as $item) { if ($item[2] === '0' || is_numeric($item[0])) { continue; } $data[] = $item[0]; } } return $data; } }