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 /** * Retrieve internal configuration variables of iconv extension * * @phpstub ..

Decoded Output download

<?php

/**
 * Retrieve internal configuration variables of iconv extension
 *
 * @phpstub
 *
 * @param string $type
 *
 * @return mixed Returns the current value of the internal configuration variable if
 *               successful.
 */
function iconv_get_encoding($type = 'all')
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retrieve internal configuration variables of iconv extension
 *
 * @phpstub
 *
 * @param string $type
 *
 * @return mixed Returns the current value of the internal configuration variable if
 *               successful.
 */
function iconv_get_encoding($type = 'all')
{
}

Function Calls

None

Variables

None

Stats

MD5 e1a2017c68b50f877d1170780fee4b64
Eval Count 0
Decode Time 77 ms