php-src/ext/pgsql/tests/pg_ping.inc

10 lines
110 B
PHP
Raw Normal View History

2002-10-18 07:52:09 +00:00
<?php
// optional functions
include('config.inc');
$db = pg_connect($conn_str);
var_dump(pg_ping($db));
?>