radius_cvt_int

(PECL)

radius_cvt_int -- Converts raw data to integer

Description

int radius_cvt_int ( string data )

Examples

Example 1. radius_cvt_int() example

<?php
while ($resa = radius_get_attr($res)) {

    if (!
is_array($resa)) {
        
printf ("Error getting attribute: %s\n",  radius_strerror($res));
        exit;
    }

    
$attr = $resa['attr'];
    
$data = $resa['data'];
    
    switch (
$attr) {

    case
RADIUS_FRAMED_MTU:
        
$mtu = radius_cvt_int($data);
        echo
"MTU: $mtu<br>\n";
        break;
    }
}
?>


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.5682