Home > PHP > Function > KADM5 > kadm5_destroy()

kadm5_destroy()

kadm5_destroy - Closes the connection to the admin server and releases all related resources

Syntax

bool kadm5_destroy (resource $handle)

Arguments

  • handle - A KADM5 handle.

Description

Closes the connection to the admin server and releases all related resources.

Version

PHP PECL kadm5 >= 0.2.3

Return value

Returns TRUE on success or FALSE on failure.