Searched defs:set_data (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/Cache/ | ||
D | DataCache.php | 101 public function set_data(string $key, array $value, ?int $ttl = null): bool; function |
D | BaseDataCache.php | 127 public function set_data(string $key, array $value, ?int $ttl = null): bool function in SimplePie\\Cache\\BaseDataCache |
D | Psr16.php | 122 public function set_data(string $key, array $value, ?int $ttl = null): bool function in SimplePie\\Cache\\Psr16 |