php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
mysqli_exception.c File Reference
#include <signal.h>
#include "php.h"
#include "php_mysqli_structs.h"
#include "mysqli_priv.h"
#include "zend_exceptions.h"

Go to the source code of this file.

Functions

void php_mysqli_throw_sql_exception (char *sqlstate, int errorno, char *format,...)
 
 PHP_METHOD (mysqli_sql_exception, getSqlState)
 

Function Documentation

◆ PHP_METHOD()

PHP_METHOD ( mysqli_sql_exception ,
getSqlState  )

Definition at line 65 of file mysqli_exception.c.

◆ php_mysqli_throw_sql_exception()

void php_mysqli_throw_sql_exception ( char * sqlstate,
int errorno,
char * format,
... )

Definition at line 28 of file mysqli_exception.c.