|
TokyoTyrant::fwmKeysReturns the forward matching keys Description
public array TokyoTyrant::fwmKeys
( string
$prefix
, int $max_recs
)Returns the forward matching keys from the database Parameters
Return ValuesReturns an array of matching keys. The values are not returned Examples
Example #1 TokyoTyrant::fwmKeys example
<?php The above example will output something similar to: 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" } |