CakeFest 2024: The Official CakePHP Conference

Yac::__get

(PECL yac >= 1.0.0)

Yac::__getGetter

Descrição

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

Retrieve values from cache

Parâmetros

key

string key

Valor Retornado

mixed on success, null on failure

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top