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 /** * Quote meta characters * * @phpstub * * @param string $str * * @return ..
Decoded Output download
<?php
/**
* Quote meta characters
*
* @phpstub
*
* @param string $str
*
* @return string Returns the string with meta characters quoted, or false if an empty
* string is given as .
*/
function quotemeta($str)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Quote meta characters
*
* @phpstub
*
* @param string $str
*
* @return string Returns the string with meta characters quoted, or false if an empty
* string is given as .
*/
function quotemeta($str)
{
}
Function Calls
None |
Stats
MD5 | 94376365dc98e17b645deca567af75ae |
Eval Count | 0 |
Decode Time | 74 ms |