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 /** * Register a URL wrapper implemented as a PHP class * * @phpstub * * @para..

Decoded Output download

<?php

/**
 * Register a URL wrapper implemented as a PHP class
 *
 * @phpstub
 *
 * @param string $protocol
 * @param string $classname
 * @param int $flags
 *
 * @return bool 
 */
function stream_wrapper_register($protocol, $classname, $flags = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Register a URL wrapper implemented as a PHP class
 *
 * @phpstub
 *
 * @param string $protocol
 * @param string $classname
 * @param int $flags
 *
 * @return bool 
 */
function stream_wrapper_register($protocol, $classname, $flags = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 0f9116bc3e1c7109980d450d083e027e
Eval Count 0
Decode Time 91 ms