Function __global->has_low_memory
Definitions
sources/global2.php
- Find if running on lower memory than we'd like.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether we are
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find if running on lower memory than we'd like.
*
* @return boolean Whether we are
*/
function has_low_memory() : bool
* Find if running on lower memory than we'd like.
*
* @return boolean Whether we are
*/
function has_low_memory() : bool

