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
<?phpExample #2 Procedural style
<?phpThe above example will output something similar to: Error: Session not connected |
more
Most requested
more
Last requests
|