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 /** * Parse a URL and return its components * * @phpstub * * @param string $ur..
Decoded Output download
<?php
/**
* Parse a URL and return its components
*
* @phpstub
*
* @param string $url
* @param int $component
*
* @return mixed On seriously malformed URLs, may return
* false.
*/
function parse_url($url, $component = -1)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Parse a URL and return its components
*
* @phpstub
*
* @param string $url
* @param int $component
*
* @return mixed On seriously malformed URLs, may return
* false.
*/
function parse_url($url, $component = -1)
{
}
Function Calls
| None |
Stats
| MD5 | d4ed2a71e8f8b347cd38915922f61747 |
| Eval Count | 0 |
| Decode Time | 122 ms |