Function __global->memory_get_peak_usage
Definitions
sources_custom/phpstub.php
- Returns the amount of memory allocated to PHP at peak.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$real_usage | boolean | False | N/A | N/A | Get total memory allocated, including unused pages |
Return
- The amount of memory, in bytes, at peak
- Type: integer
- Set: N/A
- Range: N/A