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