update : 2015.11.03
php.shukuma.com검색:
|
maxdb_warning_countmaxdb::warning_count(PECL maxdb >= 1.0) maxdb_warning_count -- maxdb::warning_count — Returns the number of warnings from the last query for the given link 설명절차식 형식
int maxdb_warning_count
( resource
$link
)객체 기반 형식 int $maxdb->warning_count;
maxdb_warning_count() returns the number of warnings
from the last query in the connection represented by the
반환값Number of warnings or zero if there are no warnings. 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: Warning: maxdb_query(): -8004 POS(62) Constant must be compatible with column type and length <...> Number of warning: 0 참고
|