radius_cvt_int(3) php man page | unix.com

Man Page: radius_cvt_int

Operating Environment: php

Section: 3

RADIUS_CVT_INT(3)							 1							 RADIUS_CVT_INT(3)

radius_cvt_int - Converts raw data to integer

SYNOPSIS
int radius_cvt_int (string $data)
DESCRIPTION
EXAMPLES
Example #1 radius_cvt_int(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_FRAMED_MTU: $mtu = radius_cvt_int($data); echo "MTU: $mtu<br> "; break; } } ?>
SEE ALSO
radius_cvt_addr(3), radius_cvt_string(3). PHP Documentation Group RADIUS_CVT_INT(3)
Related Man Pages
numfmt_get_text_attribute(3) - php
numfmt_set_attribute(3) - php
ovrimos_result_all(3) - php
radius_put_int(3) - php
radius_put_vendor_attr(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch