|
PHP5中文手册
mysqli_connect_errno(PHP 5) mysqli_connect_errno — Returns the error code from last connect call 说明
int mysqli_connect_errno
( void
)
Returns the last error code number from the last call to mysqli_connect().
返回值An error code value for the last call to mysqli_connect(), if it failed. zero means no error occurred. 范例
Example#1 mysqli_connect_errno() example
<?php |