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 /** * Sets an option for a stream/wrapper/context * * @phpstub * * @param reso..

Decoded Output download

<?php

/**
 * Sets an option for a stream/wrapper/context
 *
 * @phpstub
 *
 * @param resource $stream_or_context
 * @param string $wrapper
 * @param string $option
 * @param mixed $value
 *
 * @return bool
 */
function stream_context_set_option($stream_or_context, $wrapper, $option, $value)
{
}

/**
 * Sets an option for a stream/wrapper/context
 *
 * @phpstub
 *
 * @param resource $stream_or_context
 * @param array $options
 *
 * @return bool
 */
function stream_context_set_option($stream_or_context, $options)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets an option for a stream/wrapper/context
 *
 * @phpstub
 *
 * @param resource $stream_or_context
 * @param string $wrapper
 * @param string $option
 * @param mixed $value
 *
 * @return bool
 */
function stream_context_set_option($stream_or_context, $wrapper, $option, $value)
{
}

/**
 * Sets an option for a stream/wrapper/context
 *
 * @phpstub
 *
 * @param resource $stream_or_context
 * @param array $options
 *
 * @return bool
 */
function stream_context_set_option($stream_or_context, $options)
{
}

Function Calls

None

Variables

None

Stats

MD5 776667e68c1f24aa31beaa8385b63b68
Eval Count 0
Decode Time 113 ms