php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | mysqli_driver |
class | mysqli |
class | mysqli_result |
class | mysqli_stmt |
class | mysqli_warning |
class | mysqli_sql_exception |
mysqli_affected_rows | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1334 of file mysqli.stub.php.
mysqli_autocommit | ( | mysqli | $mysql, |
bool | $enable ) |
Definition at line 1336 of file mysqli.stub.php.
mysqli_begin_transaction | ( | mysqli | $mysql, |
int | $flags = 0, | ||
?string | $name = null ) |
Definition at line 1338 of file mysqli.stub.php.
mysqli_change_user | ( | mysqli | $mysql, |
string | $username, | ||
# string | $password[\SensitiveParameter], | ||
?string | $database ) |
Definition at line 1340 of file mysqli.stub.php.
mysqli_character_set_name | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1343 of file mysqli.stub.php.
mysqli_close | ( | mysqli | $mysql | ) |
Definition at line 1345 of file mysqli.stub.php.
mysqli_commit | ( | mysqli | $mysql, |
int | $flags = 0, | ||
?string | $name = null ) |
Definition at line 1347 of file mysqli.stub.php.
mysqli_connect | ( | ?string | $hostname = null, |
?string | $username = null, | ||
# ?string | $password[\SensitiveParameter] = null, | ||
?string | $database = null, | ||
?int | $port = null, | ||
?string | $socket = null ) |
@refcount 1
Definition at line 1352 of file mysqli.stub.php.
mysqli_connect_errno | ( | ) |
Definition at line 1361 of file mysqli.stub.php.
mysqli_connect_error | ( | ) |
@refcount 1
Definition at line 1364 of file mysqli.stub.php.
mysqli_data_seek | ( | mysqli_result | $result, |
int | $offset ) |
Definition at line 1366 of file mysqli.stub.php.
mysqli_debug | ( | string | $options | ) |
Definition at line 1370 of file mysqli.stub.php.
mysqli_dump_debug_info | ( | mysqli | $mysql | ) |
Definition at line 1368 of file mysqli.stub.php.
mysqli_errno | ( | mysqli | $mysql | ) |
Definition at line 1372 of file mysqli.stub.php.
mysqli_error | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1375 of file mysqli.stub.php.
mysqli_error_list | ( | mysqli | $mysql | ) |
Definition at line 1381 of file mysqli.stub.php.
mysqli_escape_string | ( | mysqli | $mysql, |
string | $string ) |
@alias mysqli_real_escape_string
Definition at line 1545 of file mysqli.stub.php.
mysqli_execute | ( | mysqli_stmt | $statement, |
?array | $params = null ) |
@alias mysqli_stmt_execute
Definition at line 1386 of file mysqli.stub.php.
mysqli_execute_query | ( | mysqli | $mysql, |
string | $query, | ||
?array | $params = null ) |
Definition at line 1388 of file mysqli.stub.php.
mysqli_fetch_all | ( | mysqli_result | $result, |
int | $mode = MYSQLI_NUM ) |
Definition at line 1412 of file mysqli.stub.php.
mysqli_fetch_array | ( | mysqli_result | $result, |
int | $mode = MYSQLI_BOTH ) |
Definition at line 1418 of file mysqli.stub.php.
mysqli_fetch_assoc | ( | mysqli_result | $result | ) |
Definition at line 1424 of file mysqli.stub.php.
mysqli_fetch_column | ( | mysqli_result | $result, |
int | $column = 0 ) |
Definition at line 1435 of file mysqli.stub.php.
mysqli_fetch_field | ( | mysqli_result | $result | ) |
@refcount 1
Definition at line 1391 of file mysqli.stub.php.
mysqli_fetch_field_direct | ( | mysqli_result | $result, |
int | $index ) |
@refcount 1
Definition at line 1400 of file mysqli.stub.php.
mysqli_fetch_fields | ( | mysqli_result | $result | ) |
Definition at line 1397 of file mysqli.stub.php.
mysqli_fetch_lengths | ( | mysqli_result | $result | ) |
Definition at line 1406 of file mysqli.stub.php.
mysqli_fetch_object | ( | mysqli_result | $result, |
string | $class = "stdClass", | ||
array | $constructor_args = [] ) |
@refcount 1
Definition at line 1427 of file mysqli.stub.php.
mysqli_fetch_row | ( | mysqli_result | $result | ) |
Definition at line 1433 of file mysqli.stub.php.
mysqli_field_count | ( | mysqli | $mysql | ) |
Definition at line 1437 of file mysqli.stub.php.
mysqli_field_seek | ( | mysqli_result | $result, |
int | $index ) |
Definition at line 1439 of file mysqli.stub.php.
mysqli_field_tell | ( | mysqli_result | $result | ) |
Definition at line 1441 of file mysqli.stub.php.
mysqli_free_result | ( | mysqli_result | $result | ) |
Definition at line 1443 of file mysqli.stub.php.
mysqli_get_charset | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1458 of file mysqli.stub.php.
mysqli_get_client_info | ( | ?mysqli | $mysql = null | ) |
@refcount 1
Definition at line 1461 of file mysqli.stub.php.
mysqli_get_client_stats | ( | ) |
Definition at line 1455 of file mysqli.stub.php.
mysqli_get_client_version | ( | ) |
Definition at line 1463 of file mysqli.stub.php.
mysqli_get_connection_stats | ( | mysqli | $mysql | ) |
Definition at line 1449 of file mysqli.stub.php.
mysqli_get_host_info | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1472 of file mysqli.stub.php.
mysqli_get_links_stats | ( | ) |
Definition at line 1469 of file mysqli.stub.php.
mysqli_get_proto_info | ( | mysqli | $mysql | ) |
Definition at line 1474 of file mysqli.stub.php.
mysqli_get_server_info | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1477 of file mysqli.stub.php.
mysqli_get_server_version | ( | mysqli | $mysql | ) |
Definition at line 1479 of file mysqli.stub.php.
mysqli_get_warnings | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1482 of file mysqli.stub.php.
mysqli_info | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1488 of file mysqli.stub.php.
mysqli_init | ( | ) |
@refcount 1
Definition at line 1485 of file mysqli.stub.php.
mysqli_insert_id | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1491 of file mysqli.stub.php.
mysqli_kill | ( | mysqli | $mysql, |
int | $process_id ) |
Definition at line 1494 of file mysqli.stub.php.
mysqli_more_results | ( | mysqli | $mysql | ) |
Definition at line 1496 of file mysqli.stub.php.
mysqli_multi_query | ( | mysqli | $mysql, |
string | $query ) |
Definition at line 1498 of file mysqli.stub.php.
mysqli_next_result | ( | mysqli | $mysql | ) |
Definition at line 1500 of file mysqli.stub.php.
mysqli_num_fields | ( | mysqli_result | $result | ) |
Definition at line 1502 of file mysqli.stub.php.
mysqli_num_rows | ( | mysqli_result | $result | ) |
@refcount 1
Definition at line 1505 of file mysqli.stub.php.
mysqli_options | ( | mysqli | $mysql, |
int | $option, | ||
$value ) |
string | int | $value |
Definition at line 1508 of file mysqli.stub.php.
mysqli_ping | ( | mysqli | $mysql | ) |
Definition at line 1517 of file mysqli.stub.php.
mysqli_poll | ( | ?array & | $read, |
?array & | $error, | ||
array & | $reject, | ||
int | $seconds, | ||
int | $microseconds = 0 ) |
Definition at line 1519 of file mysqli.stub.php.
mysqli_prepare | ( | mysqli | $mysql, |
string | $query ) |
@refcount 1
Definition at line 1522 of file mysqli.stub.php.
mysqli_query | ( | mysqli | $mysql, |
string | $query, | ||
int | $result_mode = MYSQLI_STORE_RESULT ) |
@refcount 1
Definition at line 1527 of file mysqli.stub.php.
mysqli_real_connect | ( | mysqli | $mysql, |
?string | $hostname = null, | ||
?string | $username = null, | ||
# ?string | $password[\SensitiveParameter] = null, | ||
?string | $database = null, | ||
?int | $port = null, | ||
?string | $socket = null, | ||
int | $flags = 0 ) |
Definition at line 1529 of file mysqli.stub.php.
mysqli_real_escape_string | ( | mysqli | $mysql, |
string | $string ) |
@refcount 1
Definition at line 1542 of file mysqli.stub.php.
mysqli_real_query | ( | mysqli | $mysql, |
string | $query ) |
Definition at line 1547 of file mysqli.stub.php.
mysqli_reap_async_query | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1550 of file mysqli.stub.php.
mysqli_refresh | ( | mysqli | $mysql, |
int | $flags ) |
Definition at line 1657 of file mysqli.stub.php.
mysqli_release_savepoint | ( | mysqli | $mysql, |
string | $name ) |
Definition at line 1552 of file mysqli.stub.php.
mysqli_report | ( | int | $flags | ) |
Definition at line 1524 of file mysqli.stub.php.
mysqli_rollback | ( | mysqli | $mysql, |
int | $flags = 0, | ||
?string | $name = null ) |
Definition at line 1554 of file mysqli.stub.php.
mysqli_savepoint | ( | mysqli | $mysql, |
string | $name ) |
Definition at line 1556 of file mysqli.stub.php.
mysqli_select_db | ( | mysqli | $mysql, |
string | $database ) |
Definition at line 1558 of file mysqli.stub.php.
mysqli_set_charset | ( | mysqli | $mysql, |
string | $charset ) |
Definition at line 1560 of file mysqli.stub.php.
mysqli_set_opt | ( | mysqli | $mysql, |
int | $option, | ||
$value ) |
string | int | $value | @alias mysqli_options |
Definition at line 1514 of file mysqli.stub.php.
mysqli_sqlstate | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1630 of file mysqli.stub.php.
mysqli_ssl_set | ( | mysqli | $mysql, |
?string | $key, | ||
?string | $certificate, | ||
?string | $ca_certificate, | ||
?string | $ca_path, | ||
?string | $cipher_algos ) |
Definition at line 1632 of file mysqli.stub.php.
mysqli_stat | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1642 of file mysqli.stub.php.
mysqli_stmt_affected_rows | ( | mysqli_stmt | $statement | ) |
@refcount 1
Definition at line 1563 of file mysqli.stub.php.
mysqli_stmt_attr_get | ( | mysqli_stmt | $statement, |
int | $attribute ) |
Definition at line 1565 of file mysqli.stub.php.
mysqli_stmt_attr_set | ( | mysqli_stmt | $statement, |
int | $attribute, | ||
int | $value ) |
Definition at line 1567 of file mysqli.stub.php.
mysqli_stmt_bind_param | ( | mysqli_stmt | $statement, |
string | $types, | ||
mixed &... | $vars ) |
Definition at line 1569 of file mysqli.stub.php.
mysqli_stmt_bind_result | ( | mysqli_stmt | $statement, |
mixed &... | $vars ) |
Definition at line 1571 of file mysqli.stub.php.
mysqli_stmt_close | ( | mysqli_stmt | $statement | ) |
Definition at line 1573 of file mysqli.stub.php.
mysqli_stmt_data_seek | ( | mysqli_stmt | $statement, |
int | $offset ) |
Definition at line 1575 of file mysqli.stub.php.
mysqli_stmt_errno | ( | mysqli_stmt | $statement | ) |
Definition at line 1577 of file mysqli.stub.php.
mysqli_stmt_error | ( | mysqli_stmt | $statement | ) |
@refcount 1
Definition at line 1580 of file mysqli.stub.php.
mysqli_stmt_error_list | ( | mysqli_stmt | $statement | ) |
Definition at line 1586 of file mysqli.stub.php.
mysqli_stmt_execute | ( | mysqli_stmt | $statement, |
?array | $params = null ) |
Definition at line 1383 of file mysqli.stub.php.
mysqli_stmt_fetch | ( | mysqli_stmt | $statement | ) |
Definition at line 1588 of file mysqli.stub.php.
mysqli_stmt_field_count | ( | mysqli_stmt | $statement | ) |
Definition at line 1590 of file mysqli.stub.php.
mysqli_stmt_free_result | ( | mysqli_stmt | $statement | ) |
Definition at line 1592 of file mysqli.stub.php.
mysqli_stmt_get_result | ( | mysqli_stmt | $statement | ) |
@refcount 1
Definition at line 1595 of file mysqli.stub.php.
mysqli_stmt_get_warnings | ( | mysqli_stmt | $statement | ) |
@refcount 1
Definition at line 1598 of file mysqli.stub.php.
mysqli_stmt_init | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1601 of file mysqli.stub.php.
mysqli_stmt_insert_id | ( | mysqli_stmt | $statement | ) |
@refcount 1
Definition at line 1604 of file mysqli.stub.php.
mysqli_stmt_more_results | ( | mysqli_stmt | $statement | ) |
Definition at line 1606 of file mysqli.stub.php.
mysqli_stmt_next_result | ( | mysqli_stmt | $statement | ) |
Definition at line 1608 of file mysqli.stub.php.
mysqli_stmt_num_rows | ( | mysqli_stmt | $statement | ) |
@refcount 1
Definition at line 1611 of file mysqli.stub.php.
mysqli_stmt_param_count | ( | mysqli_stmt | $statement | ) |
Definition at line 1613 of file mysqli.stub.php.
mysqli_stmt_prepare | ( | mysqli_stmt | $statement, |
string | $query ) |
Definition at line 1615 of file mysqli.stub.php.
mysqli_stmt_reset | ( | mysqli_stmt | $statement | ) |
Definition at line 1617 of file mysqli.stub.php.
mysqli_stmt_result_metadata | ( | mysqli_stmt | $statement | ) |
@refcount 1
Definition at line 1620 of file mysqli.stub.php.
mysqli_stmt_send_long_data | ( | mysqli_stmt | $statement, |
int | $param_num, | ||
string | $data ) |
Definition at line 1622 of file mysqli.stub.php.
mysqli_stmt_sqlstate | ( | mysqli_stmt | $statement | ) |
@refcount 1
Definition at line 1627 of file mysqli.stub.php.
mysqli_stmt_store_result | ( | mysqli_stmt | $statement | ) |
Definition at line 1624 of file mysqli.stub.php.
mysqli_store_result | ( | mysqli | $mysql, |
int | $mode = 0 ) |
@refcount 1
Definition at line 1645 of file mysqli.stub.php.
mysqli_thread_id | ( | mysqli | $mysql | ) |
Definition at line 1647 of file mysqli.stub.php.
mysqli_thread_safe | ( | ) |
Definition at line 1649 of file mysqli.stub.php.
mysqli_use_result | ( | mysqli | $mysql | ) |
@refcount 1
Definition at line 1652 of file mysqli.stub.php.
mysqli_warning_count | ( | mysqli | $mysql | ) |
Definition at line 1654 of file mysqli.stub.php.
const MYSQLI_ASSOC = UNKNOWN |
Definition at line 148 of file mysqli.stub.php.
const MYSQLI_ASYNC = UNKNOWN |
Definition at line 135 of file mysqli.stub.php.
const MYSQLI_AUTO_INCREMENT_FLAG = UNKNOWN |
Definition at line 223 of file mysqli.stub.php.
const MYSQLI_BINARY_FLAG = UNKNOWN |
Definition at line 258 of file mysqli.stub.php.
const MYSQLI_BLOB_FLAG = UNKNOWN |
Definition at line 208 of file mysqli.stub.php.
const MYSQLI_BOTH = UNKNOWN |
Definition at line 158 of file mysqli.stub.php.
const MYSQLI_CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS = UNKNOWN |
Definition at line 113 of file mysqli.stub.php.
const MYSQLI_CLIENT_COMPRESS = UNKNOWN |
Definition at line 78 of file mysqli.stub.php.
const MYSQLI_CLIENT_FOUND_ROWS = UNKNOWN |
Definition at line 98 of file mysqli.stub.php.
const MYSQLI_CLIENT_IGNORE_SPACE = UNKNOWN |
Definition at line 88 of file mysqli.stub.php.
const MYSQLI_CLIENT_INTERACTIVE = UNKNOWN |
Definition at line 83 of file mysqli.stub.php.
const MYSQLI_CLIENT_NO_SCHEMA = UNKNOWN |
Definition at line 93 of file mysqli.stub.php.
const MYSQLI_CLIENT_SSL = UNKNOWN |
Definition at line 73 of file mysqli.stub.php.
const MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT = UNKNOWN |
Definition at line 108 of file mysqli.stub.php.
const MYSQLI_CLIENT_SSL_VERIFY_SERVER_CERT = UNKNOWN |
Definition at line 103 of file mysqli.stub.php.
const MYSQLI_CURSOR_TYPE_NO_CURSOR = UNKNOWN |
Definition at line 176 of file mysqli.stub.php.
const MYSQLI_CURSOR_TYPE_READ_ONLY = UNKNOWN |
Definition at line 181 of file mysqli.stub.php.
const MYSQLI_DATA_TRUNCATED = UNKNOWN |
Definition at line 434 of file mysqli.stub.php.
const MYSQLI_DEBUG_TRACE_ENABLED = UNKNOWN |
Definition at line 467 of file mysqli.stub.php.
const MYSQLI_ENUM_FLAG = UNKNOWN |
Definition at line 253 of file mysqli.stub.php.
const MYSQLI_GROUP_FLAG = UNKNOWN |
Definition at line 248 of file mysqli.stub.php.
const MYSQLI_INIT_COMMAND = UNKNOWN |
Definition at line 35 of file mysqli.stub.php.
const MYSQLI_IS_MARIADB = false |
Definition at line 596 of file mysqli.stub.php.
const MYSQLI_MULTIPLE_KEY_FLAG = UNKNOWN |
Definition at line 203 of file mysqli.stub.php.
const MYSQLI_NO_DATA = UNKNOWN |
Definition at line 428 of file mysqli.stub.php.
const MYSQLI_NO_DEFAULT_VALUE_FLAG = UNKNOWN |
Definition at line 263 of file mysqli.stub.php.
const MYSQLI_NOT_NULL_FLAG = UNKNOWN |
Definition at line 188 of file mysqli.stub.php.
const MYSQLI_NUM = UNKNOWN |
Definition at line 153 of file mysqli.stub.php.
const MYSQLI_NUM_FLAG = UNKNOWN |
Definition at line 238 of file mysqli.stub.php.
const MYSQLI_ON_UPDATE_NOW_FLAG = UNKNOWN |
Definition at line 269 of file mysqli.stub.php.
const MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS = UNKNOWN |
Definition at line 118 of file mysqli.stub.php.
const MYSQLI_OPT_CONNECT_TIMEOUT = UNKNOWN |
Definition at line 20 of file mysqli.stub.php.
const MYSQLI_OPT_INT_AND_FLOAT_NATIVE = UNKNOWN |
Definition at line 55 of file mysqli.stub.php.
const MYSQLI_OPT_LOAD_DATA_LOCAL_DIR = UNKNOWN |
Definition at line 30 of file mysqli.stub.php.
const MYSQLI_OPT_LOCAL_INFILE = UNKNOWN |
Definition at line 25 of file mysqli.stub.php.
const MYSQLI_OPT_NET_CMD_BUFFER_SIZE = UNKNOWN |
Definition at line 45 of file mysqli.stub.php.
const MYSQLI_OPT_NET_READ_BUFFER_SIZE = UNKNOWN |
Definition at line 50 of file mysqli.stub.php.
const MYSQLI_OPT_READ_TIMEOUT = UNKNOWN |
Definition at line 40 of file mysqli.stub.php.
const MYSQLI_OPT_SSL_VERIFY_SERVER_CERT = UNKNOWN |
Definition at line 60 of file mysqli.stub.php.
const MYSQLI_PART_KEY_FLAG = UNKNOWN |
Definition at line 243 of file mysqli.stub.php.
const MYSQLI_PRI_KEY_FLAG = UNKNOWN |
Definition at line 193 of file mysqli.stub.php.
const MYSQLI_READ_DEFAULT_FILE = UNKNOWN |
Definition at line 15 of file mysqli.stub.php.
const MYSQLI_READ_DEFAULT_GROUP = UNKNOWN |
Definition at line 10 of file mysqli.stub.php.
const MYSQLI_REFRESH_BACKUP_LOG = UNKNOWN |
Definition at line 553 of file mysqli.stub.php.
const MYSQLI_REFRESH_GRANT = UNKNOWN |
Definition at line 499 of file mysqli.stub.php.
const MYSQLI_REFRESH_HOSTS = UNKNOWN |
Definition at line 517 of file mysqli.stub.php.
const MYSQLI_REFRESH_LOG = UNKNOWN |
Definition at line 505 of file mysqli.stub.php.
const MYSQLI_REFRESH_MASTER = UNKNOWN |
Definition at line 547 of file mysqli.stub.php.
const MYSQLI_REFRESH_REPLICA = UNKNOWN |
Definition at line 535 of file mysqli.stub.php.
const MYSQLI_REFRESH_SLAVE = UNKNOWN |
Definition at line 541 of file mysqli.stub.php.
const MYSQLI_REFRESH_STATUS = UNKNOWN |
Definition at line 523 of file mysqli.stub.php.
const MYSQLI_REFRESH_TABLES = UNKNOWN |
Definition at line 511 of file mysqli.stub.php.
const MYSQLI_REFRESH_THREADS = UNKNOWN |
Definition at line 529 of file mysqli.stub.php.
const MYSQLI_REPORT_ALL = UNKNOWN |
Definition at line 456 of file mysqli.stub.php.
const MYSQLI_REPORT_ERROR = UNKNOWN |
Definition at line 446 of file mysqli.stub.php.
const MYSQLI_REPORT_INDEX = UNKNOWN |
Definition at line 441 of file mysqli.stub.php.
const MYSQLI_REPORT_OFF = UNKNOWN |
Definition at line 461 of file mysqli.stub.php.
const MYSQLI_REPORT_STRICT = UNKNOWN |
Definition at line 451 of file mysqli.stub.php.
const MYSQLI_SERVER_PS_OUT_PARAMS = UNKNOWN |
Definition at line 492 of file mysqli.stub.php.
const MYSQLI_SERVER_PUBLIC_KEY = UNKNOWN |
Definition at line 66 of file mysqli.stub.php.
const MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED = UNKNOWN |
Definition at line 474 of file mysqli.stub.php.
const MYSQLI_SERVER_QUERY_NO_INDEX_USED = UNKNOWN |
Definition at line 480 of file mysqli.stub.php.
const MYSQLI_SERVER_QUERY_WAS_SLOW = UNKNOWN |
Definition at line 486 of file mysqli.stub.php.
const MYSQLI_SET_CHARSET_NAME = UNKNOWN |
Definition at line 420 of file mysqli.stub.php.
const MYSQLI_SET_FLAG = UNKNOWN |
Definition at line 233 of file mysqli.stub.php.
const MYSQLI_STMT_ATTR_CURSOR_TYPE = UNKNOWN |
Definition at line 171 of file mysqli.stub.php.
const MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH = UNKNOWN |
Definition at line 165 of file mysqli.stub.php.
const MYSQLI_STORE_RESULT = UNKNOWN |
Definition at line 125 of file mysqli.stub.php.
const MYSQLI_STORE_RESULT_COPY_DATA = UNKNOWN |
Definition at line 141 of file mysqli.stub.php.
const MYSQLI_TIMESTAMP_FLAG = UNKNOWN |
Definition at line 228 of file mysqli.stub.php.
const MYSQLI_TRANS_COR_AND_CHAIN = UNKNOWN |
Definition at line 575 of file mysqli.stub.php.
const MYSQLI_TRANS_COR_AND_NO_CHAIN = UNKNOWN |
Definition at line 580 of file mysqli.stub.php.
const MYSQLI_TRANS_COR_NO_RELEASE = UNKNOWN |
Definition at line 590 of file mysqli.stub.php.
const MYSQLI_TRANS_COR_RELEASE = UNKNOWN |
Definition at line 585 of file mysqli.stub.php.
const MYSQLI_TRANS_START_READ_ONLY = UNKNOWN |
Definition at line 569 of file mysqli.stub.php.
const MYSQLI_TRANS_START_READ_WRITE = UNKNOWN |
Definition at line 564 of file mysqli.stub.php.
const MYSQLI_TRANS_START_WITH_CONSISTENT_SNAPSHOT = UNKNOWN |
Definition at line 559 of file mysqli.stub.php.
const MYSQLI_TYPE_BIT = UNKNOWN |
Definition at line 415 of file mysqli.stub.php.
const MYSQLI_TYPE_BLOB = UNKNOWN |
Definition at line 375 of file mysqli.stub.php.
const MYSQLI_TYPE_CHAR = UNKNOWN |
Definition at line 390 of file mysqli.stub.php.
const MYSQLI_TYPE_DATE = UNKNOWN |
Definition at line 325 of file mysqli.stub.php.
const MYSQLI_TYPE_DATETIME = UNKNOWN |
Definition at line 335 of file mysqli.stub.php.
const MYSQLI_TYPE_DECIMAL = UNKNOWN |
Definition at line 275 of file mysqli.stub.php.
const MYSQLI_TYPE_DOUBLE = UNKNOWN |
Definition at line 300 of file mysqli.stub.php.
const MYSQLI_TYPE_ENUM = UNKNOWN |
Definition at line 350 of file mysqli.stub.php.
const MYSQLI_TYPE_FLOAT = UNKNOWN |
Definition at line 295 of file mysqli.stub.php.
const MYSQLI_TYPE_GEOMETRY = UNKNOWN |
Definition at line 395 of file mysqli.stub.php.
const MYSQLI_TYPE_INT24 = UNKNOWN |
Definition at line 320 of file mysqli.stub.php.
const MYSQLI_TYPE_JSON = UNKNOWN |
Definition at line 405 of file mysqli.stub.php.
const MYSQLI_TYPE_LONG = UNKNOWN |
Definition at line 290 of file mysqli.stub.php.
const MYSQLI_TYPE_LONG_BLOB = UNKNOWN |
Definition at line 370 of file mysqli.stub.php.
const MYSQLI_TYPE_LONGLONG = UNKNOWN |
Definition at line 315 of file mysqli.stub.php.
const MYSQLI_TYPE_MEDIUM_BLOB = UNKNOWN |
Definition at line 365 of file mysqli.stub.php.
const MYSQLI_TYPE_NEWDATE = UNKNOWN |
Definition at line 345 of file mysqli.stub.php.
const MYSQLI_TYPE_NEWDECIMAL = UNKNOWN |
Definition at line 410 of file mysqli.stub.php.
const MYSQLI_TYPE_NULL = UNKNOWN |
Definition at line 305 of file mysqli.stub.php.
const MYSQLI_TYPE_SET = UNKNOWN |
Definition at line 355 of file mysqli.stub.php.
const MYSQLI_TYPE_SHORT = UNKNOWN |
Definition at line 285 of file mysqli.stub.php.
const MYSQLI_TYPE_STRING = UNKNOWN |
Definition at line 385 of file mysqli.stub.php.
const MYSQLI_TYPE_TIME = UNKNOWN |
Definition at line 330 of file mysqli.stub.php.
const MYSQLI_TYPE_TIMESTAMP = UNKNOWN |
Definition at line 310 of file mysqli.stub.php.
const MYSQLI_TYPE_TINY = UNKNOWN |
Definition at line 280 of file mysqli.stub.php.
const MYSQLI_TYPE_TINY_BLOB = UNKNOWN |
Definition at line 360 of file mysqli.stub.php.
const MYSQLI_TYPE_VAR_STRING = UNKNOWN |
Definition at line 380 of file mysqli.stub.php.
const MYSQLI_TYPE_VECTOR = UNKNOWN |
Definition at line 400 of file mysqli.stub.php.
const MYSQLI_TYPE_YEAR = UNKNOWN |
Definition at line 340 of file mysqli.stub.php.
const MYSQLI_UNIQUE_KEY_FLAG = UNKNOWN |
Definition at line 198 of file mysqli.stub.php.
const MYSQLI_UNSIGNED_FLAG = UNKNOWN |
Definition at line 213 of file mysqli.stub.php.
const MYSQLI_USE_RESULT = UNKNOWN |
Definition at line 130 of file mysqli.stub.php.
const MYSQLI_ZEROFILL_FLAG = UNKNOWN |
Definition at line 218 of file mysqli.stub.php.