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 /** * Retrieves header/meta data from streams/file pointers * * @phpstub * * @..
Decoded Output download
<?php
/**
* Retrieves header/meta data from streams/file pointers
*
* @phpstub
*
* @param resource $stream
*
* @return array The result array contains the following items:
*/
function stream_get_meta_data($stream)
{
}
/**
* Retrieves header/meta data from streams/file pointers
*
* @phpstub-alias-of stream_get_meta_data
* @phpstub
*
* @param resource $stream
*
* @return array The result array contains the following items:
*/
function socket_get_status($stream)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Retrieves header/meta data from streams/file pointers
*
* @phpstub
*
* @param resource $stream
*
* @return array The result array contains the following items:
*/
function stream_get_meta_data($stream)
{
}
/**
* Retrieves header/meta data from streams/file pointers
*
* @phpstub-alias-of stream_get_meta_data
* @phpstub
*
* @param resource $stream
*
* @return array The result array contains the following items:
*/
function socket_get_status($stream)
{
}
Function Calls
None |
Stats
MD5 | 0c88163e71143829ae74c3384397dedd |
Eval Count | 0 |
Decode Time | 75 ms |