Musical Palace
 
Modules
· Home
· Laura Magori Creations - Ploaia (The Rain)
· About Laura Magori (Laura Angey)
· Cv Laura Magori
· Diplome
· Duos
· Invited Artist: Alexander Zailer
· Laura Magori Audiochanel
· Laura Magori Creations -New Years Night
· Photos
· Search
· SL
· Statistics
· Stories Archive
· Wallpapers
La Playa



Quiero Ser



Someday My Prince Will Come



So This Is Love



Wanna Know What Love Is



And I Love You So



radius_cvt_string

radius_cvt_string

(PECL)

radius_cvt_string -- Converts raw data to string

Description

string radius_cvt_string ( string data )

Examples

Example 1. radius_cvt_string() 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_FILTER_ID:
        
$id = radius_cvt_string($data);
        echo
"Filter ID: $id<br>\n";
        break;
    }
}
?>

free php nuke theme by ethaidesign.com
Website Power by PHPNuke.org. PHPNuke Theme Design By Ethaidesign.com