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 list of registered streams * * @phpstub * * @return array Retur..

Decoded Output download

<?php

/**
 * Retrieve list of registered streams
 *
 * @phpstub
 *
 * @return array Returns an indexed array containing the name of all stream wrappers
 *               available on the running system.
 */
function stream_get_wrappers()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retrieve list of registered streams
 *
 * @phpstub
 *
 * @return array Returns an indexed array containing the name of all stream wrappers
 *               available on the running system.
 */
function stream_get_wrappers()
{
}

Function Calls

None

Variables

None

Stats

MD5 c34e4ce93f557d4e7f78b979f375b760
Eval Count 0
Decode Time 82 ms