downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

radius_demangle_mppe_key> <radius_cvt_int
[edit] Last updated: Fri, 25 May 2012

view this page in

radius_cvt_string

(PECL radius >= 1.1.0)

radius_cvt_string生データを文字列に変換する

説明

string radius_cvt_string ( string $data )

例1 radius_cvt_string() の例

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

    if (!
is_array($resa)) {
        
printf ("属性取得時のエラー: %s\n",  radius_strerror($res));
        exit;
    }

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

    case 
RADIUS_FILTER_ID:
        
$id radius_cvt_string($data);
        echo 
"フィルタ ID: $id<br>\n";
        break;
    }
}
?>

参考



add a note add a note User Contributed Notes radius_cvt_string
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites