Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 61781 программист и 2634 робота. Сейчас ищут 1237 программистов ...
MDB_Common::freeResult()
Вернуться к: MDB
MDB_Common::freeResult()
MDB_Common::freeResult() – delete the result set
Synopsis
require_once 'MDB.php';
boolean freeResult ( resource $result )
Deletes the result set and frees the memory occupied by the result set.
Return value
-
boolean - Returns TRUE on success, FALSE on failure.
Note
This function can not be called statically.
Вернуться к: MDB