update : 2015.11.03
php.shukuma.com검색:
|
msql_select_db(PHP 4, PHP 5) msql_select_db — Select mSQL database 설명
bool msql_select_db
( string
$database_name
[, resource $link_identifier
] )
msql_select_db() sets the current active database on
the server that's associated with the specified
Subsequent calls to msql_query() will be made on the active database. 인수
반환값
성공 시 참고
|