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