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 /** * Creates a stream context * * @phpstub * * @param array $options * @para..
Decoded Output download
<?php
/**
* Creates a stream context
*
* @phpstub
*
* @param array $options
* @param array $params
*
* @return resource A stream context ``resource``.
*/
function stream_context_create($options = array(), $params = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Creates a stream context
*
* @phpstub
*
* @param array $options
* @param array $params
*
* @return resource A stream context ``resource``.
*/
function stream_context_create($options = array(), $params = array())
{
}
Function Calls
None |
Stats
MD5 | aa5a0c96d7cb78c63a38eb5ef2b09f97 |
Eval Count | 0 |
Decode Time | 76 ms |