Yac::__set

(PECL yac >= 1.0.0)

Yac::__setSetter

Beschreibung

publicYac::__set(string$keys, mixed$value): mixed

store a item into cache

Parameter-Liste

keys

String key

value

mixed value, All php value type could be stored except Ressource

Rückgabewerte

Always return the value self

To Top