update : 2015.11.03
php.shukuma.com검색:
|
mysql_free_result(PHP 4, PHP 5) mysql_free_result — 질의결과를 메모리에서 해제 설명
bool mysql_free_result
( resource
$result
)
mysql_free_result()는 mysql_free_result()는 결과 집합으로부터 질의에 사용되고 있는 메모리의 크기가 커서 문제가 발생할 수 있을 때 사용된다. 모든 연관된 결과 메모리는 스크립트 실행이 종료되면 메모리에서 자동적으로 해지된다. 반환값
성공 시
예제
Example #1 mysql_free_result() 예제
<?php 주의
|