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 Magento, Inc. All rights reserved. * See COPYING.txt for license ..
Decoded Output download
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Model;
/**
* Interface EntityInterface
*/
interface EntityInterface
{
/**
* @return string
*/
public function getEntityId();
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Model;
/**
* Interface EntityInterface
*/
interface EntityInterface
{
/**
* @return string
*/
public function getEntityId();
}
Function Calls
| None |
Stats
| MD5 | 273dcfd34b572dcb51e86ad69eafffb0 |
| Eval Count | 0 |
| Decode Time | 109 ms |