| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_unbuffered_query(PECL CUBRID >= 8.3.0) cubrid_unbuffered_query — Perform a query without fetching the results into memory 説明
resource cubrid_unbuffered_query
( string
$query
[, resource $conn_identifier
] )This function performs a query without waiting for that all query results have been complete. It will return when the results are being generated. パラメータ
返り値For SELECT, SHOW, DESCRIBE or EXPLAIN statements returns a request identifier resource on success.
For other type of SQL statements, UPDATE, DELETE, DROP, etc, returns
注意
例例1 cubrid_unbuffered_query() example
<?php |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_unbuffered_query - Perform a query without fetching the results into memory」をGoogle検索
|