4번독수리의 둥지

PHP memory management 본문

PHP

PHP memory management

4번독수리 2015. 11. 30. 18:04

http://php.net/manual/kr/features.gc.refcounting-basics.php

http://php.net/manual/kr/features.gc.collecting-cycles.php

http://php.net/manual/kr/features.gc.performance-considerations.php

 

Memory Leaks With Objects in PHP 5

http://paul-m-jones.com/archives/262

 

http://stackoverflow.com/questions/584960/whats-better-at-freeing-memory-with-php-unset-or-var-null

'PHP' 카테고리의 다른 글

PHP define  (0) 2015.12.08
All PHP functions have the global scope  (0) 2015.12.03
Downgrading a PECL Module  (0) 2015.11.02
check max get parameter length with PHP+cURL  (0) 2015.10.20
Quickly Removing Empty Array Elements in PHP  (0) 2015.04.28