1.mysql_select_db — 选择 MySQL 数据库
bool mysql_select_db ( string $database_name [, resource $ link_identifier ] )
$database_name
$ link_identifier
2.session_start — 启动新会话或者重用现有会话
bool session_start ([ array $options = [] ] )
$options
php方法(2)
原文:http://www.cnblogs.com/Horsonce/p/6865923.html