void create_key_w_path(
string
$key_full_path, integer
$type, mixed
$value
)
|
|
Create key with given full path
Parameters:
|
string |
$key_full_path: |
|
|
integer |
$type: |
|
|
mixed |
$value: |
|
API Tags:
Redefined in descendants as:
void get_key_value(
mixed
$key_full_path
)
|
|
Returns key value
Parameters:
|
mixed |
$key_full_path: |
Full path to the key |
API Tags:
Redefined in descendants as:
void set_key_value(
string
$key_full_path, mixed
$value
)
|
|
Sets key value
Parameters:
|
string |
$key_full_path: |
Full path to the key |
|
mixed |
$value: |
|
API Tags:
Redefined in descendants as: