|
Ds\Deque::findAttempts to find a value's index 説明
public mixed Ds\Deque::find(mixed
$value )
Returns the index of the パラメータ
戻り値
The index of the value, or
例例1 Ds\Deque::find example
上の例の出力は、 たとえば以下のようになります。 int(0) bool(false) bool(false) int(1) |