MaxDB 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

maxdb_stmt_free_result

stmt->free_result

(PECL maxdb >= 1.0)

maxdb_stmt_free_result -- stmt->free_resultFrees stored result memory for the given statement handle

说明

Procedural style:

void maxdb_stmt_free_result ( resource $stmt )

Object oriented style (method):

stmt
void free_result ( void )

The maxdb_stmt_free_result() function frees the result memory associated with the statement represented by the stmt parameter, which was allocated by maxdb_stmt_store_result().

返回值

This function doesn't return any value.

参见


MaxDB 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程