update : 2015.11.03
php.shukuma.com검색:
|
maxdb_infomaxdb::info(PECL maxdb >= 1.0) maxdb_info -- maxdb::info — Retrieves information about the most recently executed query 설명절차식 형식
string maxdb_info
( resource
$link
)객체 기반 형식 string $maxdb->info;
The maxdb_info() function returns a string providing information about the last query executed. The nature of this string is provided below:
반환값A character string representing additional information about the most recently executed query. 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: Records: 25 Duplicates: 0 Warnings: 0 참고
|