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 /** * Set read file buffering on the given stream * * @phpstub * * @param reso..

Decoded Output download

<?php

/**
 * Set read file buffering on the given stream
 *
 * @phpstub
 *
 * @param resource $stream
 * @param int $buffer
 *
 * @return int Returns 0 on success, or  if the request
 *             cannot be honored.
 */
function stream_set_read_buffer($stream, $buffer)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set read file buffering on the given stream
 *
 * @phpstub
 *
 * @param resource $stream
 * @param int $buffer
 *
 * @return int Returns 0 on success, or  if the request
 *             cannot be honored.
 */
function stream_set_read_buffer($stream, $buffer)
{
}

Function Calls

None

Variables

None

Stats

MD5 9b3f7d561dba0da7554698bf040cc385
Eval Count 0
Decode Time 85 ms