php-doc-en/reference/mysql/functions
2015-09-04 21:04:10 +00:00
..
mysql-affected-rows.xml
mysql-client-encoding.xml
mysql-close.xml Clarified that connections are closed when a script is finished. A user note by 'win at alinto dot com' inspired this change. For good measure, refer to both result sets and connections. 2015-09-02 23:30:35 +00:00
mysql-connect.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +00:00
mysql-create-db.xml Clarify when MySQL functions were deprecated if it was before 5.5. 2015-02-26 20:52:31 +00:00
mysql-data-seek.xml
mysql-db-name.xml
mysql-db-query.xml Clarify when MySQL functions were deprecated if it was before 5.5. 2015-02-26 20:52:31 +00:00
mysql-drop-db.xml Clarify when MySQL functions were deprecated if it was before 5.5. 2015-02-26 20:52:31 +00:00
mysql-errno.xml
mysql-error.xml
mysql-escape-string.xml Clarify when MySQL functions were deprecated if it was before 5.5. 2015-02-26 20:52:31 +00:00
mysql-fetch-array.xml
mysql-fetch-assoc.xml
mysql-fetch-field.xml
mysql-fetch-lengths.xml
mysql-fetch-object.xml Remove changelogs for PHP 4 - 3rd round 2014-08-27 17:46:13 +00:00
mysql-fetch-row.xml
mysql-field-flags.xml
mysql-field-len.xml
mysql-field-name.xml
mysql-field-seek.xml Fix a long standing TODO by explaining how to use PDOStatement::fetch(). 2015-02-26 20:42:31 +00:00
mysql-field-table.xml
mysql-field-type.xml
mysql-free-result.xml
mysql-get-client-info.xml
mysql-get-host-info.xml
mysql-get-proto-info.xml
mysql-get-server-info.xml
mysql-info.xml
mysql-insert-id.xml
mysql-list-dbs.xml Clarify when MySQL functions were deprecated if it was before 5.5. 2015-02-26 20:52:31 +00:00
mysql-list-fields.xml Clarify when MySQL functions were deprecated if it was before 5.5. 2015-02-26 20:52:31 +00:00
mysql-list-processes.xml
mysql-list-tables.xml Clarify when MySQL functions were deprecated if it was before 5.5. 2015-02-26 20:52:31 +00:00
mysql-num-fields.xml try to fix wrong alternative to mysql_num_fields (would fix #70373) 2015-08-28 00:43:58 +00:00
mysql-num-rows.xml
mysql-pconnect.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +00:00
mysql-ping.xml Use >, even though this is technically OK. 2015-02-26 20:51:14 +00:00
mysql-query.xml
mysql-real-escape-string.xml Better late than never. Demonstrate that a connection is required, and what happens when one is not. 2015-09-04 21:04:10 +00:00
mysql-result.xml
mysql-select-db.xml
mysql-set-charset.xml Improved the MySQL character set documentation, a bit 2015-08-26 04:32:39 +00:00
mysql-stat.xml
mysql-tablename.xml
mysql-thread-id.xml
mysql-unbuffered-query.xml