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 /** * Tells what the user's browser is capable of * * @phpstub * * @param stri..
Decoded Output download
<?php
/**
* Tells what the user's browser is capable of
*
* @phpstub
*
* @param string $user_agent
* @param bool $return_array
*
* @return mixed The information is returned in an object or an array which will contain
* various data elements representing, for instance, the browser's major and
* minor version numbers and ID string; true/false values for features
* such as frames, JavaScript, and cookies; and so forth.
*/
function get_browser($user_agent = NULL, $return_array = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Tells what the user's browser is capable of
*
* @phpstub
*
* @param string $user_agent
* @param bool $return_array
*
* @return mixed The information is returned in an object or an array which will contain
* various data elements representing, for instance, the browser's major and
* minor version numbers and ID string; true/false values for features
* such as frames, JavaScript, and cookies; and so forth.
*/
function get_browser($user_agent = NULL, $return_array = false)
{
}
Function Calls
None |
Stats
MD5 | 03b567169edab7fcc9d07f73952bcd98 |
Eval Count | 0 |
Decode Time | 76 ms |