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 /** * the "Late Static Binding" class name * * @phpstub * * @return string Ret..
Decoded Output download
<?php
/**
* the "Late Static Binding" class name
*
* @phpstub
*
* @return string Returns the class name. Returns false if called from outside a class.
*/
function get_called_class()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* the "Late Static Binding" class name
*
* @phpstub
*
* @return string Returns the class name. Returns false if called from outside a class.
*/
function get_called_class()
{
}
Function Calls
None |
Stats
MD5 | 845bda9369eb87794283166ccfa70f86 |
Eval Count | 0 |
Decode Time | 261 ms |