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 /** * Returns directory path used for temporary files * * @phpstub * * @return..
Decoded Output download
<?php
/**
* Returns directory path used for temporary files
*
* @phpstub
*
* @return string Returns the path of the temporary directory.
*/
function sys_get_temp_dir()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns directory path used for temporary files
*
* @phpstub
*
* @return string Returns the path of the temporary directory.
*/
function sys_get_temp_dir()
{
}
Function Calls
None |
Stats
MD5 | a87a848318a229f13c928db550d5e018 |
Eval Count | 0 |
Decode Time | 94 ms |