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

Go to the source code of this file.

Macros

#define ERROR_ARG_POS(arg_num)
 
#define SAFE_STR(a)
 

Functions

void mysqli_common_connect (INTERNAL_FUNCTION_PARAMETERS, bool is_real_connect, bool in_ctor)
 
 PHP_FUNCTION (mysqli_connect)
 
 PHP_METHOD (mysqli, __construct)
 
 PHP_METHOD (mysqli, init)
 
 PHP_FUNCTION (mysqli_connect_errno)
 
 PHP_FUNCTION (mysqli_connect_error)
 
 PHP_FUNCTION (mysqli_fetch_array)
 
 PHP_FUNCTION (mysqli_fetch_assoc)
 
 PHP_FUNCTION (mysqli_fetch_column)
 
 PHP_FUNCTION (mysqli_fetch_all)
 
 PHP_FUNCTION (mysqli_get_client_stats)
 
 PHP_FUNCTION (mysqli_get_connection_stats)
 
 PHP_FUNCTION (mysqli_error_list)
 
 PHP_FUNCTION (mysqli_stmt_error_list)
 
 PHP_FUNCTION (mysqli_fetch_object)
 
 PHP_FUNCTION (mysqli_multi_query)
 
 PHP_FUNCTION (mysqli_query)
 
 PHP_FUNCTION (mysqli_poll)
 
 PHP_FUNCTION (mysqli_reap_async_query)
 
 PHP_FUNCTION (mysqli_stmt_get_result)
 
 PHP_FUNCTION (mysqli_get_warnings)
 
 PHP_FUNCTION (mysqli_stmt_get_warnings)
 
 PHP_FUNCTION (mysqli_set_charset)
 
 PHP_FUNCTION (mysqli_get_charset)
 
 PHP_FUNCTION (mysqli_begin_transaction)
 
 PHP_FUNCTION (mysqli_savepoint)
 
 PHP_FUNCTION (mysqli_release_savepoint)
 
 PHP_FUNCTION (mysqli_get_links_stats)
 

Macro Definition Documentation

◆ ERROR_ARG_POS

#define ERROR_ARG_POS ( arg_num)
Value:
(hasThis() ? (arg_num-1) : (arg_num))
#define hasThis()
Definition zend_API.h:525
uint32_t arg_num

Definition at line 29 of file mysqli_nonapi.c.

◆ SAFE_STR

#define SAFE_STR ( a)
Value:
((a)?a:"")
$obj a
Definition test.php:84

Definition at line 31 of file mysqli_nonapi.c.

Function Documentation

◆ mysqli_common_connect()

void mysqli_common_connect ( INTERNAL_FUNCTION_PARAMETERS ,
bool is_real_connect,
bool in_ctor )

Definition at line 48 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [1/25]

PHP_FUNCTION ( mysqli_begin_transaction )

Definition at line 999 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [2/25]

PHP_FUNCTION ( mysqli_connect )

Definition at line 314 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [3/25]

PHP_FUNCTION ( mysqli_connect_errno )

Definition at line 333 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [4/25]

PHP_FUNCTION ( mysqli_connect_error )

Definition at line 344 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [5/25]

PHP_FUNCTION ( mysqli_error_list )

Definition at line 464 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [6/25]

PHP_FUNCTION ( mysqli_fetch_all )

Definition at line 406 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [7/25]

PHP_FUNCTION ( mysqli_fetch_array )

Definition at line 359 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [8/25]

PHP_FUNCTION ( mysqli_fetch_assoc )

Definition at line 366 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [9/25]

PHP_FUNCTION ( mysqli_fetch_column )

Definition at line 373 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [10/25]

PHP_FUNCTION ( mysqli_fetch_object )

Definition at line 523 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [11/25]

PHP_FUNCTION ( mysqli_get_charset )

Definition at line 959 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [12/25]

PHP_FUNCTION ( mysqli_get_client_stats )

Definition at line 438 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [13/25]

PHP_FUNCTION ( mysqli_get_connection_stats )

Definition at line 448 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [14/25]

PHP_FUNCTION ( mysqli_get_links_stats )

Definition at line 1075 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [15/25]

PHP_FUNCTION ( mysqli_get_warnings )

Definition at line 886 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [16/25]

PHP_FUNCTION ( mysqli_multi_query )

Definition at line 530 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [17/25]

PHP_FUNCTION ( mysqli_poll )

Definition at line 741 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [18/25]

PHP_FUNCTION ( mysqli_query )

Definition at line 560 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [19/25]

PHP_FUNCTION ( mysqli_reap_async_query )

Definition at line 809 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [20/25]

PHP_FUNCTION ( mysqli_release_savepoint )

Definition at line 1052 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [21/25]

PHP_FUNCTION ( mysqli_savepoint )

Definition at line 1028 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [22/25]

PHP_FUNCTION ( mysqli_set_charset )

Definition at line 938 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [23/25]

PHP_FUNCTION ( mysqli_stmt_error_list )

Definition at line 492 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [24/25]

PHP_FUNCTION ( mysqli_stmt_get_result )

Definition at line 861 of file mysqli_nonapi.c.

◆ PHP_FUNCTION() [25/25]

PHP_FUNCTION ( mysqli_stmt_get_warnings )

Definition at line 912 of file mysqli_nonapi.c.

◆ PHP_METHOD() [1/2]

PHP_METHOD ( mysqli ,
__construct  )

Definition at line 320 of file mysqli_nonapi.c.

◆ PHP_METHOD() [2/2]

PHP_METHOD ( mysqli ,
init  )

Definition at line 326 of file mysqli_nonapi.c.