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 name of the owner of the current PHP script * * @phpstub * * @r..

Decoded Output download

<?php

/**
 * Gets the name of the owner of the current PHP script
 *
 * @phpstub
 *
 * @return string Returns the username as a string.
 */
function get_current_user()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets the name of the owner of the current PHP script
 *
 * @phpstub
 *
 * @return string Returns the username as a string.
 */
function get_current_user()
{
}

Function Calls

None

Variables

None

Stats

MD5 53a8bc6f0cef52c267f07fc526e14b6e
Eval Count 0
Decode Time 85 ms