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 /** * Unregister a URL wrapper * * @phpstub * * @param string $protocol * * ..

Decoded Output download

<?php

/**
 * Unregister a URL wrapper
 *
 * @phpstub
 *
 * @param string $protocol
 *
 * @return bool 
 */
function stream_wrapper_unregister($protocol)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Unregister a URL wrapper
 *
 * @phpstub
 *
 * @param string $protocol
 *
 * @return bool 
 */
function stream_wrapper_unregister($protocol)
{
}

Function Calls

None

Variables

None

Stats

MD5 d1ba89e20f61ddf9fea6088e0093044a
Eval Count 0
Decode Time 101 ms