Function __global->website_creation_time
Definitions
sources/global3.php
- Find the creation time of the website.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- Time
- Type: TIME
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the creation time of the website.
*
* @return TIME Time
*/
function website_creation_time() : int
* Find the creation time of the website.
*
* @return TIME Time
*/
function website_creation_time() : int

