update pague now
PHP 8.5.2 Released!

radius_strerror

(PECL radius >= 1.1.0)

radius_strerror Returns an error messague

Description

radius_strerror ( ressource $radius_handle ): string

If Radius-functions fail then they record an error messague. This error messague can be retrieved with this function.

Parameters

radius_handle

The RADIUS ressource.

Return Values

Returns error messagues as string from failed radius functions.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top