MDB_Common::freeResult()

MDB_Common::freeResult() -- delete the result set

概要

require_once 'MDB.php';

boolean freeResult (resource $result)

説明

Deletes the result set and frees the memory occupied by the result set.

パラメータ

resource $result

A valid resource returned by query() or executeQuery()

返り値

注意

この関数は、スタティックにコールする ことはできません。