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 /** * Gets the inode of the current script * * @phpstub * * @return int Return..
Decoded Output download
<?php
/**
* Gets the inode of the current script
*
* @phpstub
*
* @return int Returns the current script's inode as an integer, or false on error.
*/
function getmyinode()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets the inode of the current script
*
* @phpstub
*
* @return int Returns the current script's inode as an integer, or false on error.
*/
function getmyinode()
{
}
Function Calls
None |
Stats
MD5 | e17f7dcb686dd8ff9f23720a6986aea9 |
Eval Count | 0 |
Decode Time | 78 ms |