Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
/* Decoded by unphp.net */ <?php /* Decoded by unphp.net */ < ? php /* Decoded by unphp.n..
Decoded Output download
/* Decoded by unphp.net */
<?php /* Decoded by unphp.net */ < ? php /* Decoded by unphp.net */ < ? php /* Decoded by unphp.net */ < ? php
/**
* This file is part of FPDI
*
* @package setasign\Fpdi
* @copyright Copyright (c) 2019 Setasign - Jan Slabon (https://www.setasign.com)
* @license http://opensource.org/licenses/mit-license The MIT License
*/
spl_autoload_register(function ($class) {
if (strpos($class, 'setasign\Fpdi\') === 0) {
$filename = str_replace('\', DIRECTORY_SEPARATOR, substr($class, 14)) . ' . php';
$fullpath = __DIR__ . DIRECTORY_SEPARATOR . $filename;
if (file_exists($fullpath)) {
/** @noinspection PhpIncludeInspection */
require_once $fullpath;
}
}
});
?>
Did this file decode correctly?
Original Code
/* Decoded by unphp.net */
<?php /* Decoded by unphp.net */ < ? php /* Decoded by unphp.net */ < ? php /* Decoded by unphp.net */ < ? php
/**
* This file is part of FPDI
*
* @package setasign\Fpdi
* @copyright Copyright (c) 2019 Setasign - Jan Slabon (https://www.setasign.com)
* @license http://opensource.org/licenses/mit-license The MIT License
*/
spl_autoload_register(function ($class) {
if (strpos($class, 'setasign\Fpdi\') === 0) {
$filename = str_replace('\', DIRECTORY_SEPARATOR, substr($class, 14)) . ' . php';
$fullpath = __DIR__ . DIRECTORY_SEPARATOR . $filename;
if (file_exists($fullpath)) {
/** @noinspection PhpIncludeInspection */
require_once $fullpath;
}
}
});
?>
Function Calls
None |
Stats
MD5 | 23c2bbd66bcecdca0dd89bff3d40c6c5 |
Eval Count | 0 |
Decode Time | 70 ms |