|
PHP5中文手册
PDOStatement->errorCode()(PHP 5 >= 5.1.0, PECL pdo:0.1-1.0.3) PDOStatement->errorCode() — Fetch the SQLSTATE associated with the last operation on the statement handle 说明PDOStatement
string errorCode
( void
)
返回值Identical to PDO->errorCode(), except that PDOStatement->errorCode() only retrieves error codes for operations performed with PDOStatement objects. 范例
Example#1 Retrieving a SQLSTATE code
<?php 上例将输出:
|