(No version information available, might be only in CVS)
result->free() — 結果に関連付けられたメモリを開放する
手続き型:
オブジェクト指向型(すべてのメソッドが等価):
結果に関連付けられたメモリを開放します。
注意: 結果オブジェクトが必要なくなった場合は、常に mysqli_free_result() でメモリを開放すべきです。
手続き型のみ: mysqli_query()、mysqli_store_result() あるいは mysqli_use_result() が返す結果セット ID。
値を返しません。