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 /** * Negotiate client's preferred language * * @phpstub * * @param array $sup..
Decoded Output download
<?php
/**
* Negotiate client's preferred language
*
* @phpstub
*
* @param array $supported
* @param array $result
*
* @return string Returns the negotiated language or the default language (i.e. first array entry) if none match.
*/
function http_negotiate_language($supported, &$result = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Negotiate client's preferred language
*
* @phpstub
*
* @param array $supported
* @param array $result
*
* @return string Returns the negotiated language or the default language (i.e. first array entry) if none match.
*/
function http_negotiate_language($supported, &$result = array())
{
}
Function Calls
None |
Stats
MD5 | 0846cba5c3deddc6d69a6cab6992091a |
Eval Count | 0 |
Decode Time | 67 ms |