|
PHP5中文手册
radius_close(PECL radius:1.1-1.2.5) radius_close — Frees all ressources 说明
bool radius_close
( resource $radius_handle
)
It is not needed to call this function because php frees all resources at the end of each request. 返回值如果成功则返回 TRUE,失败则返回 FALSE。 |