PDF (US Ltr)
- 2.4Mb
PDF (A4)
- 2.4Mb
HTML Download (TGZ)
- 251.5Kb
HTML Download (Zip)
- 258.9Kb
Table of Contents
- 6.1 Installing/Configuring
- 6.2 Changelog
- 6.3 Predefined Constants
- 6.4 Examples
- 6.5 MySQL Functions
- 6.5.1
mysql_affected_rows
- 6.5.2
mysql_client_encoding
- 6.5.3
mysql_close
- 6.5.4
mysql_connect
- 6.5.5
mysql_create_db
- 6.5.6
mysql_data_seek
- 6.5.7
mysql_db_name
- 6.5.8
mysql_db_query
- 6.5.9
mysql_drop_db
- 6.5.10
mysql_errno
- 6.5.11
mysql_error
- 6.5.12
mysql_escape_string
- 6.5.13
mysql_fetch_array
- 6.5.14
mysql_fetch_assoc
- 6.5.15
mysql_fetch_field
- 6.5.16
mysql_fetch_lengths
- 6.5.17
mysql_fetch_object
- 6.5.18
mysql_fetch_row
- 6.5.19
mysql_field_flags
- 6.5.20
mysql_field_len
- 6.5.21
mysql_field_name
- 6.5.22
mysql_field_seek
- 6.5.23
mysql_field_table
- 6.5.24
mysql_field_type
- 6.5.25
mysql_free_result
- 6.5.26
mysql_get_client_info
- 6.5.27
mysql_get_host_info
- 6.5.28
mysql_get_proto_info
- 6.5.29
mysql_get_server_info
- 6.5.30
mysql_info
- 6.5.31
mysql_insert_id
- 6.5.32
mysql_list_dbs
- 6.5.33
mysql_list_fields
- 6.5.34
mysql_list_processes
- 6.5.35
mysql_list_tables
- 6.5.36
mysql_num_fields
- 6.5.37
mysql_num_rows
- 6.5.38
mysql_pconnect
- 6.5.39
mysql_ping
- 6.5.40
mysql_query
- 6.5.41
mysql_real_escape_string
- 6.5.42
mysql_result
- 6.5.43
mysql_select_db
- 6.5.44
mysql_set_charset
- 6.5.45
mysql_stat
- 6.5.46
mysql_tablename
- 6.5.47
mysql_thread_id
- 6.5.48
mysql_unbuffered_query
- 6.5.1
Copyright 1997-2021 the PHP Documentation Group.
This extension is deprecated as of PHP 5.5.0, and has been removed as of PHP 7.0.0. Instead, either the mysqli or PDO_MySQL extension should be used. See also the MySQL API Overview for further help while choosing a MySQL API.
These functions allow you to access MySQL database servers. More information about MySQL can be found at http://www.mysql.com/.
Documentation for MySQL can be found at http://dev.mysql.com/doc/.