Query: radius_cvt_string
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RADIUS_CVT_STRING(3) 1 RADIUS_CVT_STRING(3) radius_cvt_string - Converts raw data to stringSYNOPSISstring radius_cvt_string (string $data)DESCRIPTIONEXAMPLESExample #1 radius_cvt_string(3) example <?php while ($resa = radius_get_attr($res)) { if (!is_array($resa)) { printf ("Error getting attribute: %s ", 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> "; break; } } ?>SEE ALSOradius_cvt_addr(3), radius_cvt_int(3). PHP Documentation Group RADIUS_CVT_STRING(3)
Related Man Pages |
---|
numfmt_get_text_attribute(3) - php |
cubrid_put(3) - php |
radius_get_tagged_attr_data(3) - php |
radius_put_int(3) - php |
radius_put_string(3) - php |
Similar Topics in the Unix Linux Community |
---|
UNIX.COM 2017 Year End Summary |
Please Welcome Don Cragun as Lead Moderator |
Please Welcome Ravinder Singh to the Moderation Team |
Please Welcome Nicki Paul to the Moderator Team! |