Searched refs:mysql_create_db (Results 1 – 3 of 3) sorted by relevance
2 mysql_create_db()6 if (!function_exists('mysql_create_db'))7 die("Skip mysql_create_db() exists only in old versions of the libmysql.");16 if (false !== ($tmp = mysql_create_db()))19 if (false !== ($tmp = mysql_create_db($link, $link, $link)))32 if (true !== ($tmp = mysql_create_db("mysqlcreatedb", $link)))35 if (false !== ($tmp = mysql_create_db("mysqlcreatedb", $link)))
67 PHP_FUNCTION(mysql_create_db);
248 PHP_DEP_FE(mysql_create_db, arginfo_mysql_select_db)309 PHP_DEP_FALIAS(mysql_createdb, mysql_create_db, arginfo_mysql_select_db)1385 PHP_FUNCTION(mysql_create_db) argument1406 if (mysql_create_db(mysql->conn, db)==0) {
Completed in 16 milliseconds