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 an array of all declared traits * * @phpstub * * @return array R..
Decoded Output download
<?php
/**
* Returns an array of all declared traits
*
* @phpstub
*
* @return array Returns an array with names of all declared traits in values.
* Returns null in case of a failure.
*/
function get_declared_traits()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns an array of all declared traits
*
* @phpstub
*
* @return array Returns an array with names of all declared traits in values.
* Returns null in case of a failure.
*/
function get_declared_traits()
{
}
Function Calls
None |
Stats
MD5 | c72f048285be19e20ef4d9dd961d8218 |
Eval Count | 0 |
Decode Time | 111 ms |