|
wincache_ucache_exists(PECL wincache >= 1.1.0) wincache_ucache_exists — Checks if a variable exists in the user cache Описание
bool wincache_ucache_exists
( string $key
)
Checks if a variable with the key exists in the user cache or not. Список параметров
Возвращаемые значенияReturns TRUE if variable with the key exitsts, otherwise returns FALSE. Примеры
Пример #1 Using wincache_ucache_exists()
<?php Результат выполнения данного примера: bool(true) Смотрите также
|
|