|
update : 2015.11.03
php.shukuma.com검색:
|
TokyoTyrant::fwmKeys(PECL tokyo_tyrant >= 0.1.0) TokyoTyrant::fwmKeys — Returns the forward matching keys 설명
public array TokyoTyrant::fwmKeys
( string
$prefix
, int $max_recs
)Returns the forward matching keys from the database 인수
반환값Returns an array of matching keys. The values are not returned 예제
Example #1 TokyoTyrant::fwmKeys() example
<?php위 예제의 출력 예시:
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"
}
|