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 date_default_timezone_set('Etc/GMT-8'); print_r((new ReflectionClass('YkLogger'))-..

Decoded Output download

<?php

date_default_timezone_set('Etc/GMT-8');

print_r((new ReflectionClass('YkLogger'))->getStaticProperties());

print_r((new ReflectionClass('YkLogger'))->getMethods());


#var_dump(YKLOGER_LEVEL_DEBUG);

$ret = YkLogger::init([
    'logFile' => './api',
    'logLevel' => YKLOGGER_LEVEL_DEBUG
]);

$ret = YkLogger::debug('xxxxx', 0, ['a' => 'debug', 55 => 'absss']);
$ret = YkLogger::info('aatest', 0, ['a' => 'info']);
$ret = YkLogger::warn('aatest', 0, ['a' => 'warn']);
$ret = YkLogger::error('aatest', 0, ['a' => 'error']);
$ret = YkLogger::fatal('aatest', 0, ['a' => 'fatal']);
 ?>

Did this file decode correctly?

Original Code

<?php

date_default_timezone_set('Etc/GMT-8');

print_r((new ReflectionClass('YkLogger'))->getStaticProperties());

print_r((new ReflectionClass('YkLogger'))->getMethods());


#var_dump(YKLOGER_LEVEL_DEBUG);

$ret = YkLogger::init([
    'logFile' => './api',
    'logLevel' => YKLOGGER_LEVEL_DEBUG
]);

$ret = YkLogger::debug('xxxxx', 0, ['a' => 'debug', 55 => 'absss']);
$ret = YkLogger::info('aatest', 0, ['a' => 'info']);
$ret = YkLogger::warn('aatest', 0, ['a' => 'warn']);
$ret = YkLogger::error('aatest', 0, ['a' => 'error']);
$ret = YkLogger::fatal('aatest', 0, ['a' => 'fatal']);

Function Calls

None

Variables

None

Stats

MD5 71ed96617bc4d5621ad1e8dcac8f0995
Eval Count 0
Decode Time 82 ms