radius_put_vendor_attr

(PECL)

radius_put_vendor_attr -- Attaches a vendor specific binary attribute

Description

bool radius_put_vendor_attr ( resource radius_handle, int vendor, int type, string value )

Warning

This function is currently not documented; only the argument list is available.

Return Values

Returns TRUE on success or FALSE on failure.

Examples

Example 1. radius_put_vendor_attr() example

<?php
if (!radius_put_vendor_attr($res, RADIUS_VENDOR_MICROSOFT, RAD_MICROSOFT_MS_CHAP_CHALLENGE, $challenge)) {
    echo
'RadiusError:' . radius_strerror($res). "\n<br />";
    exit;
}
?>


Follow phpf1 on Twitter




F1 Site Family
AJAX F1
CSS F1
Database F1
Flash F1
HTML F1
Java F1
JavaScript F1
PhotoShop F1
PHP F1
Scripts F1
Tutorial F1
Windows F1

Total time: 0.2303