void dec(
string
$id, [string
$realm = COT_DEFAULT_REALM], [int
$value = 1]
)
|
|
Decrements counter value
Parameters:
string |
$id: |
Counter identifier |
string |
$realm: |
Realm name |
int |
$value: |
Increment value return int Result value |
API Tags:
Redefined in descendants as:
Returns information about memory usage if available.
Possible keys: available, occupied, max. If the driver cannot provide a value, it sets it to -1.
API Tags:
Return: | Associative array containing information |
Abstract: | |
Access: | public |
Redefined in descendants as:
int get_ini_size(
string
$name
)
|
|
Gets a size limit from php.ini
Parameters:
string |
$name: |
INI setting name |
API Tags:
Return: | Number of bytes |
Access: | protected |
void inc(
string
$id, [string
$realm = COT_DEFAULT_REALM], [int
$value = 1]
)
|
|
Increments counter value
Parameters:
string |
$id: |
Counter identifier |
string |
$realm: |
Realm name |
int |
$value: |
Increment value return int Result value |
API Tags:
Redefined in descendants as: