Bitrix API

StorageInterface

Table of Contents

Methods

read()  : array<string|int, mixed>
write()  : mixed

Methods

read()

public read(string $key, int|null $ttl) : array<string|int, mixed>
Parameters
$key : string
$ttl : int|null
Return values
array<string|int, mixed>

write()

public write(string $key, mixed $value, int $ttl) : mixed
Parameters
$key : string
$value : mixed
$ttl : int

        
On this page

Search results