| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
apcu_exists(PECL apcu >= 4.0.0) apcu_exists — Checks if entry exists 返り値
Returns 例例1 apcu_exists() example
<?php上の例の出力は、 たとえば以下のようになります。
Foo exists: apple
Baz does not exist
array(2) {
["foo"]=>
bool(true)
["bar"]=>
bool(true)
}
参考
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「apcu_exists - Checks if entry exists」をGoogle検索
|