Home > PHP > Function > Radius > radius_close()

radius_close()

radius_close - Frees all ressources

Syntax

bool radius_close (resource $radius_handle)

Arguments

  • radius_handle - The maximum number of repeated requests to make before giving up is passed into the max_tries.

Description

It is not needed to call this function because php frees all resources at the end of each request.

Version

PHP PECL radius >= 1.1.0

Return value

Returns TRUE on success or FALSE on failure.