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 the default stream context * * @phpstub * * @param array $optio..
Decoded Output download
<?php
/**
* Retrieve the default stream context
*
* @phpstub
*
* @param array $options
*
* @return resource A stream context ``resource``.
*/
function stream_context_get_default($options = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Retrieve the default stream context
*
* @phpstub
*
* @param array $options
*
* @return resource A stream context ``resource``.
*/
function stream_context_get_default($options = array())
{
}
Function Calls
None |
Stats
MD5 | 387561c4bacb5cf65334e0402a73b5a5 |
Eval Count | 0 |
Decode Time | 81 ms |