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 /** * Escape a string to be used as a shell argument * * @phpstub * * @param s..
Decoded Output download
<?php
/**
* Escape a string to be used as a shell argument
*
* @phpstub
*
* @param string $arg
*
* @return string The escaped string.
*/
function escapeshellarg($arg)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Escape a string to be used as a shell argument
*
* @phpstub
*
* @param string $arg
*
* @return string The escaped string.
*/
function escapeshellarg($arg)
{
}
Function Calls
None |
Stats
MD5 | 4250db6892c257471c8022ab76a4653b |
Eval Count | 0 |
Decode Time | 83 ms |