| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_free_result(PECL CUBRID >= 8.3.0) cubrid_free_result — Free the memory occupied by the result data 説明
bool cubrid_free_result
( resource
$req_identifier
)This function frees the memory occupied by the result data. It returns TRUE on success or FALSE on failure. Note that it can only frees the client fetch buffer now, and if you want free all memory, use function cubrid_close_request(). パラメータ
返り値
例例1 cubrid_free_result() example
<?php 上の例の出力は以下となります。 array(5) { ["event_code"]=> string(5) "20005" ["athlete"]=> string(12) "Hayes Joanna" ["host_year"]=> string(4) "2004" ["score"]=> string(5) "12.37" ["unit"]=> string(4) "time" } |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_free_result - Free the memory occupied by the result data」をGoogle検索
|