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 /** * Create a new bucket for use on the current stream * * @phpstub * * @para..

Decoded Output download

<?php

/**
 * Create a new bucket for use on the current stream
 *
 * @phpstub
 *
 * @param resource $stream
 * @param string $buffer
 *
 * @return object
 */
function stream_bucket_new($stream, $buffer)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create a new bucket for use on the current stream
 *
 * @phpstub
 *
 * @param resource $stream
 * @param string $buffer
 *
 * @return object
 */
function stream_bucket_new($stream, $buffer)
{
}

Function Calls

None

Variables

None

Stats

MD5 4240b08b16e289876ca3e24a53d665a2
Eval Count 0
Decode Time 83 ms