mysqli_free_result,とは?

辞典・百科事典の検索サービス - Weblio辞書

初めての方へ

参加元一覧


用語解説|全文検索
Weblio 辞書 > コンピュータ > PHP関数リファレンス > mysqli_free_result,の意味・解説 

PHP関数リファレンス

PHP Documentation GroupPHP Documentation Group

mysqli_free_result,

(PHP 5)
mysqli_free_result, result->free() — 結果に関連付けられたメモリを開放する

説明

手続き型:
void mysqli_free_result ( mysqli_result result )
オブジェクト指向型(すべてのメソッドが等価):
class mysqli_result {
void free ( void )
void close ( void )
void free_result ( void )
} 結果に関連付けられたメモリを開放します。
注意: 結果オブジェクトが必要なくなった場合は、常に mysqli_free_result() でメモリを開放すべきです。

パラメータ

result
手続き型のみ: mysqli_query()mysqli_store_result() あるいは mysqli_use_result() が返す結果セット ID。

返り値

値を返しません。

参考

mysqli_query()
mysqli_stmt_store_result()
mysqli_store_result()
mysqli_use_result()






mysqli_free_result,のページへのリンク
「mysqli_free_result,」の関連用語
mysqli_free_result,のお隣キーワード
モバイル
モバイル版のWeblioは、下記のURLからアクセスしてください。
http://m.weblio.jp/
_ _   


mysqli_free_result,のページの著作権
Weblio 辞書情報提供元は参加元一覧にて確認できます。

  
PHP Documentation GroupPHP Documentation Group
Copyright © 1997 - 2012 by the PHP Documentation Group.

©2012 Weblio RSS