php-documentation-list | 2003031

Index: phpdoc/en/reference/mysqli/reference.xml +++ phpdoc/en/reference/mysqli/reference.xml improved mysql extension mysqli

&reftitle.intro;
&reftitle.required;
&reftitle.runtime; &no.config;
&reftitle.resources;
<literal>mysqli_stmt</literal>
<literal>mysqli_result</literal>
&reftitle.constants; mysqli constants name value descrpition MYSQLI_READ_DEFAULT_GROUP (integer) MYSQL_READ_DEFAULT_GROUP MYSQLI_READ_DEFAULT_FILE (integer) MYSQL_READ_DEFAULT_FILE MYSQLI_OPT_CONNECT_TIMEOUT (integer) MYSQL_OPT_CONNECT_TIMEOUT MYSQLI_OPT_LOCAL_INFILE (integer) MYSQL_OPT_LOCAL_INFILE MYSQLI_INIT_COMMAND (integer) MYSQL_INIT_COMMAND MYSQLI_CLIENT_SSL (integer) CLIENT_SSL MYSQLI_CLIENT_COMPRESS (integer) CLIENT_COMPRESS MYSQLI_CLIENT_INTERACTIVE (integer) CLIENT_INTERACTIVE MYSQLI_CLIENT_IGNORE_SPACE (integer) CLIENT_IGNORE_SPACE MYSQLI_CLIENT_NO_SCHEMA (integer) CLIENT_NO_SCHEMA MYSQLI_CLIENT_MULTI_QUERIES (integer) CLIENT_MULTI_QUERIES MYSQLI_STORE_RESULT (integer) 0 MYSQLI_USE_RESULT (integer) 1 MYSQLI_ASSOC (integer) MYSQLI_ASSOC MYSQLI_NUM (integer) MYSQLI_NUM MYSQLI_BOTH (integer) MYSQLI_BOTH MYSQLI_NOT_NULL_FLAG (integer) NOT_NULL_FLAG MYSQLI_PRI_KEY_FLAG (integer) PRI_KEY_FLAG MYSQLI_UNIQUE_KEY_FLAG (integer) UNIQUE_KEY_FLAG MYSQLI_MULTIPLE_KEY_FLAG (integer) MULTIPLE_KEY_FLAG MYSQLI_BLOB_FLAG (integer) BLOB_FLAG MYSQLI_UNSIGNED_FLAG (integer) UNSIGNED_FLAG MYSQLI_ZEROFILL_FLAG (integer) ZEROFILL_FLAG MYSQLI_AUTO_INCREMENT_FLAG (integer) AUTO_INCREMENT_FLAG MYSQLI_TIMESTAMP_FLAG (integer) TIMESTAMP_FLAG MYSQLI_SET_FLAG (integer) SET_FLAG MYSQLI_NUM_FLAG (integer) NUM_FLAG MYSQLI_PART_KEY_FLAG (integer) PART_KEY_FLAG MYSQLI_GROUP_FLAG (integer) GROUP_FLAG MYSQLI_TYPE_DECIMAL (integer) FIELD_TYPE_DECIMAL MYSQLI_TYPE_TINY (integer) FIELD_TYPE_TINY MYSQLI_TYPE_SHORT (integer) FIELD_TYPE_SHORT MYSQLI_TYPE_LONG (integer) FIELD_TYPE_LONG MYSQLI_TYPE_FLOAD (integer) FIELD_TYPE_FLOAT MYSQLI_TYPE_DOUBLE (integer) FIELD_TYPE_DOUBLE MYSQLI_TYPE_NULL (integer) FIELD_TYPE_NULL MYSQLI_TYPE_TIMESTAMP (integer) FIELD_TYPE_TIMESTAMP MYSQLI_TYPE_LONGLONG (integer) FIELD_TYPE_LONGLONG MYSQLI_TYPE_INT24 (integer) FIELD_TYPE_INT24 MYSQLI_TYPE_DATE (integer) FIELD_TYPE_DATE MYSQLI_TYPE_TIME (integer) FIELD_TYPE_TIME MYSQLI_TYPE_DATETIME (integer) FIELD_TYPE_DATETIME MYSQLI_TYPE_YEAR (integer) FIELD_TYPE_YEAR MYSQLI_TYPE_NEWDATE (integer) FIELD_TYPE_NEWDATE MYSQLI_TYPE_ENUM (integer) FIELD_TYPE_ENUM MYSQLI_TYPE_SET (integer) FIELD_TYPE_SET MYSQLI_TYPE_TINY_BLOB (integer) FIELD_TYPE_TINY_BLOB MYSQLI_TYPE_MEDIUM_BLOB (integer) FIELD_TYPE_MEDIUM_BLOB MYSQLI_TYPE_LONG_BLOB (integer) FIELD_TYPE_LONG_BLOB MYSQLI_TYPE_BLOB (integer) FIELD_TYPE_BLOB MYSQLI_TYPE_VAR_STRING (integer) FIELD_TYPE_VAR_STRING MYSQLI_TYPE_STRING (integer) FIELD_TYPE_STRING MYSQLI_TYPE_CHAR (integer) FIELD_TYPE_CHAR MYSQLI_TYPE_INTERVAL (integer) FIELD_TYPE_INTERVAL MYSQLI_TYPE_GEOMETRY (integer) FIELD_TYPE_GEOMETRY MYSQLI_BIND_STRING (integer) MYSQLI_BIND_STRING MYSQLI_BIND_INT (integer) MYSQLI_BIND_INT MYSQLI_BIND_DOUBLE (integer) MYSQLI_BIND_DOUBLE MYSQLI_BIND_SEND_DATA (integer) MYSQLI_BIND_SEND_DATA MYSQLI_RPL_MASTER (integer) MYSQL_RPL_MASTER MYSQLI_RPL_SLAVE (integer) MYSQL_RPL_SLAVE MYSQLI_RPL_ADMIN (integer) MYSQL_RPL_ADMIN MYSQLI_NEED_DATA (integer) MYSQL_NEED_DATA MYSQLI_NO_DATA (integer) MYSQL_NO_DATA MYSQLI_PR_REPORT_STDERR (integer) 1 MYSQLI_PR_REPORT_PORT (integer) 2 MYSQLI_PR_REPORT_FILE (integer) 3
&reference.mysqli.functions; Index: phpdoc/en/reference/mysqli/functions/mysql-error.xml +++ phpdoc/en/reference/mysqli/functions/mysql-error.xml mysqli_error Description stringmysqli_error resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysql-fetch-field-direct.xml +++ phpdoc/en/reference/mysqli/functions/mysql-fetch-field-direct.xml mysqli_fetch_field_direct Description intmysqli_fetch_field_direct resourceresult intoffset &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysql-fetch-field.xml +++ phpdoc/en/reference/mysqli/functions/mysql-fetch-field.xml mysqli_fetch_field Description intmysqli_fetch_field resourceresult &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysql-fetch-fields.xml +++ phpdoc/en/reference/mysqli/functions/mysql-fetch-fields.xml mysqli_fetch_fields Description intmysqli_fetch_fields resourceresult &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml mysqli_affected_rows Description mixedmysqli_affected_rows resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-autocommit.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-autocommit.xml mysqli_autocommit Description boolmysqli_autocommit resourcelink boolmode &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-change-user.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-change-user.xml mysqli_change_user Description boolmysqli_change_user resourcelink stringuser stringpassword stringdatabase &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-character-set-name.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-character-set-name.xml mysqli_character_set_name Description stringmysqli_character_set_name resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-close.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-close.xml mysqli_close close connection Description boolmysqli_close resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-commit.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-commit.xml mysqli_commit Description boolmysqli_commit resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-connect.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-connect.xml mysqli_connect open a connection to a mysql server Description resourcemysqli_connect stringhostname stringusername stringpasswd stringdbname intport stringsocket &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml mysqli_data_seek Description voidmysqli_data_seek resourceresult &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-debug.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-debug.xml mysqli_debug Description voidmysqli_debug stringdebug &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-disable-reads-from-master.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-disable-reads-from-master.xml mysqli_disable_reads_from_master Description voidmysqli_disable_reads_from_master resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-disable-rpl-parse.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-disable-rpl-parse.xml mysqli_disable_rpl_parse Description voidmysqli_disable_rpl_parse resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-dump-debug-info.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-dump-debug-info.xml mysqli_dump_debug_info Description boolmysqli_dump_debug_info resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-enable-reads-from-master.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-enable-reads-from-master.xml mysqli_enable_reads_from_master Description voidmysqli_enable_reads_from_master resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-enable-rpl-parse.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-enable-rpl-parse.xml mysqli_enable_rpl_parse Description voidmysqli_enable_rpl_parse resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-errno.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-errno.xml mysqli_errno Description intmysqli_errno resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-execute.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-execute.xml mysqli_execute Description intmysqli_execute resourcestmt &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml mysqli_fetch_array Description arraymysqli_fetch_array resourceresult intresulttype &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml mysqli_fetch_assoc Description arraymysqli_fetch_assoc resourceresult &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml mysqli_fetch_lengths Description arraymysqli_fetch_lengths resourceresult &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml mysqli_fetch_object Description arraymysqli_fetch_object resourceresult &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml mysqli_fetch_row Description arraymysqli_fetch_row resourceresult &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch.xml mysqli_fetch Description intmysqli_fetch resourcestmt &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-field-count.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-field-count.xml mysqli_field_count Description intmysqli_field_count resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-field-seek.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-field-seek.xml mysqli_field_seek Description intmysqli_field_seek resourcelink intfieldnr &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-field-tell.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-field-tell.xml mysqli_field_tell Description intmysqli_field_tell resourceresult &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-free-result.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-free-result.xml mysqli_free_result Description intmysqli_free_result resourceresult &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-get-client-info.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-get-client-info.xml mysqli_get_client_info Description stringmysqli_get_client_info void &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-get-host-info.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-get-host-info.xml mysqli_get_host_info Description stringmysqli_get_host_info resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-get-proto-info.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-get-proto-info.xml mysqli_get_proto_info Description intmysqli_get_proto_info resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-get-server-info.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-get-server-info.xml mysqli_get_server_info Description stringmysqli_get_server_info resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-get-server-version.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-get-server-version.xml mysqli_get_server_version Description intmysqli_get_server_version resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-info.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-info.xml mysqli_info Description stringmysqli_info resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-insert-id.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-insert-id.xml mysqli_insert_id Description mixedmysqli_insert_id resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-kill.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-kill.xml mysqli_kill Description boolmysqli_kill resourcelink intprocessid &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-master-query.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-master-query.xml mysqli_master_query Description boolmysqli_master_query resourcelink stringquery &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-num-fields.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-num-fields.xml mysqli_num_fields Description intmysqli_num_fields resourceresult &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml mysqli_num_rows Description intmysqli_num_rows resourceresult &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-options.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-options.xml mysqli_options set options Description boolmysqli_options resourcelink intflags mixedvalues &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-param-count.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-param-count.xml mysqli_param_count return the number of parameter for the given statement Description intmysqli_param_count resourcestmt &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-ping.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-ping.xml mysqli_ping Description intmysqli_ping resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-prepare-result.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-prepare-result.xml mysqli_prepare_result Description resourcemysqli_prepare_result resourcestmt &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml mysqli_prepare Description resourcemysqli_prepare resourcelink stringquery &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-profiler.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-profiler.xml mysqli_profiler Description boolmysqli_profiler intflags stringinfo intport &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-query.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-query.xml mysqli_query Description resourcemysqli_query resourcelink stringquery intresultmode &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-read-query-result.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-read-query-result.xml mysqli_read_query_result Description boolmysqli_read_query_result resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-real-connect.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-real-connect.xml mysqli_real_connect open a connection to a mysql server Description boolmysqli_real_connect resourcelink stringhostname stringusername stringpasswd stringdbname intport stringsocket &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-real-escape-string.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-real-escape-string.xml mysqli_real_escape_string close statement Description stringmysqli_real_escape_string resourcelink stringescapestr &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-real-query.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-real-query.xml mysqli_real_query Description boolmysqli_real_query resourcelink stringquery &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-reload.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-reload.xml mysqli_reload Description boolmysqli_reload resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-rollback.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-rollback.xml mysqli_rollback Description boolmysqli_rollback resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-rpl-parse-enabled.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-rpl-parse-enabled.xml mysqli_rpl_parse_enabled Description intmysqli_rpl_parse_enabled resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-rpl-probe.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-rpl-probe.xml mysqli_rpl_probe Description boolmysqli_rpl_probe resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-rpl-query-type.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-rpl-query-type.xml mysqli_rpl_query_type Description intmysqli_rpl_query_type stringquery &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-select-db.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-select-db.xml mysqli_select_db Description stringmysqli_select_db resourcelink stringdbname &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-send-long-data.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-send-long-data.xml mysqli_send_long_data Description boolmysqli_send_long_data resourcestmt intparam_nr stringdata &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-send-query.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-send-query.xml mysqli_send_query Description boolmysqli_send_query resourcelink stringquery &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-slave-query.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-slave-query.xml mysqli_slave_query Description boolmysqli_slave_query resourcelink stringquery &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-ssl-set.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-ssl-set.xml mysqli_ssl_set Description stringmysqli_ssl_set resourcelink stringkey stringcert stringca stringcapath stringcipher &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-stat.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-stat.xml mysqli_stat Description stringmysqli_stat resourcelink &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-affected-rows.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-affected-rows.xml mysqli_stmt_affected_rows Description mixedmysqli_stmt_affected_rows objectstmt &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml mysqli_stmt_close close statement Description boolmysqli_stmt_close resourcestmt &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-errno.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-errno.xml mysqli_stmt_errno Description intmysqli_stmt_errno resourcestmt &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-error.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-error.xml mysqli_stmt_error Description stringmysqli_stmt_error resourcestmt &warn.undocumented.func; Index: phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml +++ phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml mysqli_store_result Description resourcemysqli_store_result