Function __global->appengine_is_live
Definitions
sources/global.php
- Find if we are running on a live Google App Engine application.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- If it is running as a live Google App Engine application
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find if we are running on a live Google App Engine application.
*
* @return boolean If it is running as a live Google App Engine application
*/
function appengine_is_live() : bool
* Find if we are running on a live Google App Engine application.
*
* @return boolean If it is running as a live Google App Engine application
*/
function appengine_is_live() : bool
sources/minikernel.php
- Find if we are running on a live Google App Engine application.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- If it is running as a live Google App Engine application
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find if we are running on a live Google App Engine application.
*
* @return boolean If it is running as a live Google App Engine application
*/
function appengine_is_live() : bool
* Find if we are running on a live Google App Engine application.
*
* @return boolean If it is running as a live Google App Engine application
*/
function appengine_is_live() : bool

