Yac::__get
PHP Manual
PHP Manual»Yac»Yac::__get

Yac::__get

(PECL yac >= 1.0.0)

Yac::__getGetter

Beschreibung

public function Yac::__get(string $key): mixed

Retrieve values from cache

Parameter-Liste

key

string key

Rückgabewerte

mixed on success, null on failure

To Top