|
TokyoTyrant::fwmKeysReturns the forward matching keys Beschreibung
public array TokyoTyrant::fwmKeys
( string
$prefix
, int $max_recs
)Returns the forward matching keys from the database Parameter-Liste
RückgabewerteReturns an array of matching keys. The values are not returned Beispiele
Beispiel #1 TokyoTyrant::fwmKeys example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
array(5) {
[0]=>
string(5) "key_5"
[1]=>
string(6) "key_14"
[2]=>
string(5) "key_6"
[3]=>
string(6) "key_15"
[4]=>
string(5) "key_7"
}
|