Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Extracts a vendor specific attribute * * @phpstub * * @param string $dat..

Decoded Output download

<?php

/**
 * Extracts a vendor specific attribute
 *
 * @phpstub
 *
 * @param string $data
 *
 * @return array Returns an associative array containing the attribute-type, vendor and the
 *               data, or false on error.
 */
function radius_get_vendor_attr($data)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Extracts a vendor specific attribute
 *
 * @phpstub
 *
 * @param string $data
 *
 * @return array Returns an associative array containing the attribute-type, vendor and the
 *               data, or false on error.
 */
function radius_get_vendor_attr($data)
{
}

Function Calls

None

Variables

None

Stats

MD5 047ffca88eaac296da3a087134165796
Eval Count 0
Decode Time 85 ms