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 /** * Untaint strings * * @phpstub-variable-parameters * @phpstub * * @param ..

Decoded Output download

<?php

/**
 * Untaint strings
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param string $string
 * @param string $_
 *
 * @return bool 
 */
function untaint(&$string, $_ = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Untaint strings
 *
 * @phpstub-variable-parameters
 * @phpstub
 *
 * @param string $string
 * @param string $_
 *
 * @return bool 
 */
function untaint(&$string, $_ = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 7310c3093c7d3e8f205001aa9719e12c
Eval Count 0
Decode Time 82 ms