update : 2015.11.03
php.shukuma.com검색:
|
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
주의
예제Example #1 cubrid_unbuffered_query() example
<?php |