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 file owner * * @phpstub * * @param string $filename * * @return i..
Decoded Output download
<?php
/**
* Gets file owner
*
* @phpstub
*
* @param string $filename
*
* @return int Returns the user ID of the owner of the file, .
* The user ID is returned in numerical format, use
* to resolve it to a username.
*/
function fileowner($filename)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets file owner
*
* @phpstub
*
* @param string $filename
*
* @return int Returns the user ID of the owner of the file, .
* The user ID is returned in numerical format, use
* to resolve it to a username.
*/
function fileowner($filename)
{
}
Function Calls
None |
Stats
MD5 | 514f8fcccb1bc3f8e6f342ec313094d9 |
Eval Count | 0 |
Decode Time | 72 ms |