Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysql_db_name
mysql_db_name
Returns the database name from the call to mysql_list_dbs().
Name:
mysql_db_name
Category:
Uncategorized
Programming Language:
php
One-line Description:
Returns the database name from the call to mysql_list_dbs().
Related
Practical Tips and Examples for Creating Multidimensional Arrays Using the explode Function
1
How to Combine mb_scrub and htmlspecialchars to Prevent XSS Attacks?
9
How to Set Character Encoding Detection Order Using PHP mb_detect_order() Function
1
Create a Custom FAQ System with Custom Post Types in WordPress
6
Similar Functions
mysql_select_db
mysql_select_db
SelecttheMySQLdataba
get_server_version
get_server_version
ReturnstheMySQLserve
mysql_fetch_array
mysql_fetch_array
Getarowfromtheresult
mysql_data_seek
mysql_data_seek
Movetherecordpointer
__toString
__toString
Returnsthestringcont
fetch_lengths
fetch_lengths
Returnsthecolumnleng
ftp_quit
ftp_quit
Thealiasforftp_close
zip_read
zip_read
Readthenextiteminthe
Popular Articles