NextCode
in package
FinalYes
Table of Contents
Methods
- clearOld() : void
- get() : int|null
- lock() : int|null
Methods
clearOld()
public
static clearOld() : void
get()
public
static get(string $table, string $column[, string $type = 'int' ]) : int|null
Parameters
- $table : string
- $column : string
- $type : string = 'int'
Return values
int|nulllock()
private
static lock(string $table, string $column, int $value) : int|null
Parameters
- $table : string
- $column : string
- $value : int