-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/pgsql/tests/
File Upload :
Current File : //usr/src/php/ext/pgsql/tests/20pg_get_pid.phpt

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

include('config.inc');

$db = pg_connect($conn_str);
$pid = pg_get_pid($db);

is_integer($pid) ? print 'OK' : print 'NG';
?>
--EXPECT--
OK

Copyright © 2017 || Recoded By Mr.Bumblebee