Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18840 программистов и 1635 роботов. Сейчас ищут 1925 программистов ...
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