|
QuickHashIntStringHash::getThis method retrieves a value from the hash by its key Beschreibung
public mixed QuickHashIntStringHash::get
( int
$key
)This method retrieves a value from the hash by its key. Parameter-Liste
Rückgabewerte
The value if the key exists, or Beispiele
Beispiel #1 QuickHashIntStringHash::get example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: bool(false) bool(true) string(3) "two" bool(true) string(1) "5" |