phprs\util\ApcCache::get PHP Méthode

get() public méthode

get
public get ( string $key, boolean &$succeeded ) : mixed
$key string
$succeeded boolean
Résultat mixed The stored variable or array of variables on success; false on failure
    public function get($key, &$succeeded)
    {
        return apc_fetch($key, $succeeded);
    }