-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/pgsql/tests/
File Upload :
Current File : //usr/src/php/ext/pgsql/tests/19pg_ping.phpt

--TEST--
PostgreSQL pg_ping() functions
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
<?php
// optional functions

include('config.inc');

$db = pg_connect($conn_str);
var_dump(pg_ping($db));
?>
--EXPECT--
bool(true)

Copyright © 2017 || Recoded By Mr.Bumblebee