|
Ds\Sequence::findAttempts to find a value's index. Beschreibung
abstract public mixed Ds\Sequence::find
( mixed
$value
)
Returns the index of the Parameter-Liste
Rückgabewerte
The index of the value, or
BeispieleBeispiel #1 Ds\Sequence::find example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(0) bool(false) bool(false) int(1) |