radius_put_int
(PECL)
radius_put_int -- Attaches an integer attribute
Description
bool
radius_put_int ( resource radius_handle, int type, int value )
Ðñïåéäïðïßçóç |
Αυτή η συνάρτηση επί του παρόντος δεν είναι τεκμηριωμένη, μόνο ο κατάλογος των argument της είναι διαθέσιμος. |
Return Values
Επιστρέφει TRUE σε επιτυχία ή FALSE σε αποτυχία.
Παραδείγματα
ÐáñÜäåéãìá 1. radius_put_int() example
<?php if (!radius_put_int($res, RAD_FRAMED_PROTOCOL, RAD_PPP)) { echo 'RadiusError:' . radius_strerror($res). "\n<br />"; exit; } ?>
|
|