Метод | Описание | |
---|---|---|
delete ( string $option = '' ) : boolean | Handles deleting the stored data for a connection | |
get ( string $option, string $key = '', boolean $force = false ) : mixed | Retrieve stored option | |
get_key ( ) | Get option key | |
set ( $options = null ) : Result | Update the stored value | |
set_key ( $key ) | Set option key | |
update ( mixed $value, string $option = '', string $key = '', $set = true ) : Original | Update the options array |
public set ( $options = null ) : Result | ||
Результат | Result | of storage update/add |