80 lines
618 B
Markdown
80 lines
618 B
Markdown
SYSTEM\time
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: time
|
|
* Namespace: SYSTEM
|
|
|
|
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
|
|
### $start_time
|
|
|
|
private mixed $start_time
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **private**
|
|
* This property is **static**.
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### start
|
|
|
|
mixed SYSTEM\time::start()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
|
|
|
|
### getStartTime
|
|
|
|
mixed SYSTEM\time::getStartTime()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
|
|
|
|
### time_ago_string
|
|
|
|
mixed SYSTEM\time::time_ago_string($time)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $time **mixed**
|
|
|
|
|