September 2001
Intermediate to advanced
768 pages
32h 45m
English
void leak(integer bytes) Leaks a specified amount of memory.
Returns:
Nothing
Description:
leak() is used to force PHP to leak a specified amount of memory. This function is used to help debug PHP’s memory manager. In short, this function is quite useless for most developers.
Availability:
UNIX/Linux, Windows
Version:
3+, 4+
Example:
leak (1 << 16); |
Read now
Unlock full access