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 /** * Copyright Magefan ([email protected]). All rights reserved. * Please visi..
Decoded Output download
<?php
/**
* Copyright Magefan ([email protected]). All rights reserved.
* Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
*
* Glory to Ukraine! Glory to the heroes!
*/
declare(strict_types=1);
namespace Magefan\HtmlSitemap\Block\Index;
trait Block
{
/**
* @return int
*/
protected function getPageSize(): int
{
return (int)$this->config->getBlockPageSize($this->type);
}
/**
* @return int
*/
public function getSortOrder(): int
{
return (int)$this->config->getSortOrder($this->type);
}
/**
* @return bool
*/
public function showBlockTitle(): bool
{
return true;
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magefan ([email protected]). All rights reserved.
* Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
*
* Glory to Ukraine! Glory to the heroes!
*/
declare(strict_types=1);
namespace Magefan\HtmlSitemap\Block\Index;
trait Block
{
/**
* @return int
*/
protected function getPageSize(): int
{
return (int)$this->config->getBlockPageSize($this->type);
}
/**
* @return int
*/
public function getSortOrder(): int
{
return (int)$this->config->getSortOrder($this->type);
}
/**
* @return bool
*/
public function showBlockTitle(): bool
{
return true;
}
}
Function Calls
None |
Stats
MD5 | 3ca4addfbdba52c5708d3a0dc0d6a043 |
Eval Count | 0 |
Decode Time | 85 ms |