International PHP Conference Munich 2025

radius_cvt_int

(PECL radius >= 1.1.0)

radius_cvt_intConverts raw data to integer

Description

radius_cvt_int(string $data): int

Converts raw data to integer

Parameters

data

Input data

Return Values

Returns the integer, retrieved from 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;
}
}
?>

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant