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