수요일, 3월 12

PHP Memory Leak (PHP Ver.5.2 under)

PHP 5.2  garbage collection mechanism Issue Link
http://www.php.net/manual/en/features.gc.performance-considerations.php

PHP 5.2 under version adding this Code.

$var->clear()
$var= NULL;
unset($var);

댓글 없음:

댓글 쓰기