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 /** * Retrieves authentication parameter * * @phpstub * * @param string $key ..

Decoded Output download

<?php

/**
 * Retrieves authentication parameter
 *
 * @phpstub
 *
 * @param string $key
 *
 * @return string Returns the string value of the parameter at ;
 *                returns null if parameter does not exist.
 */
function svn_auth_get_parameter($key)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retrieves authentication parameter
 *
 * @phpstub
 *
 * @param string $key
 *
 * @return string Returns the string value of the parameter at ;
 *                returns null if parameter does not exist.
 */
function svn_auth_get_parameter($key)
{
}

Function Calls

None

Variables

None

Stats

MD5 5f7f69eaa253a09f356014c4cee2b708
Eval Count 0
Decode Time 105 ms