色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

dbname數(shù)據(jù)庫在什么地方

謝彥文2年前19瀏覽0評論

dbname數(shù)據(jù)庫在什么地方?

dbname數(shù)據(jù)庫,在pg_dbname -- 獲得數(shù)據(jù)庫名。

譬如:

string pg_dbname ( resource connection)

pg_dbname() 返回給定 PostgreSQL connection 資源的數(shù)據(jù)庫名稱。如果 connection 不是有效的 PostgreSQL 連接資源則返回 FALSE。

pg_dbname() 例子

<?php

error_reporting(E_ALL);

pg_connect("host=localhost port=5432 dbname=mary");

echo pg_dbname(); // mary

?>

php數(shù)據(jù)庫文件夾的名字,dbname數(shù)據(jù)庫在什么地方