PHP » GoLang |
login |
register |
about
|
maxdb_killmaxdb::kill(PECL maxdb >= 1.0) maxdb_kill -- maxdb::kill — Disconnects from a MaxDB server DescriptionProcedural style
bool maxdb_kill
( resource
$link
, int $processid
)Object oriented style
bool maxdb::kill
( int
$processid
)
This function is used to disconnect from a MaxDB server specified
by the Return Values
Returns ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: Error: Session not connected |
more
Recently updated
more
Most requested
more
Last requests
|