mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixing example in pg_connect
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33467 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b15d477dc8
commit
2a34f735e6
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ $dbconn = pg_Connect ("dbname=mary");
|
|||
//connect to a database named "mary"
|
||||
$dbconn2 = pg_Connect ("host=localhost port=5432 dbname=mary");
|
||||
//connect to a database named "mary" on "localhost" at port "5432"
|
||||
$dbconn3 = pg_Connect ("user=lamb passwd=baaaa dbname=mary ");
|
||||
$dbconn3 = pg_Connect ("user=lamb password=baaaa dbname=mary ");
|
||||
//connect to a database named "mary" with a username and password
|
||||
?>
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in a new issue