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 namespace Drupal\Core\TypedData\Type; use Drupal\Core\TypedData\PrimitiveInterface..
Decoded Output download
<?php
namespace Drupal\Core\TypedData\Type;
use Drupal\Core\TypedData\PrimitiveInterface;
/**
* Interface for decimal numbers.
*
* The plain value of a decimal is a PHP string. For setting the value
* any PHP variable that casts to an numeric string may be passed.
*
* @ingroup typed_data
*/
interface DecimalInterface extends PrimitiveInterface {
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\Core\TypedData\Type;
use Drupal\Core\TypedData\PrimitiveInterface;
/**
* Interface for decimal numbers.
*
* The plain value of a decimal is a PHP string. For setting the value
* any PHP variable that casts to an numeric string may be passed.
*
* @ingroup typed_data
*/
interface DecimalInterface extends PrimitiveInterface {
}
Function Calls
None |
Stats
MD5 | 667c25c62e70d7573de4931b61d74309 |
Eval Count | 0 |
Decode Time | 83 ms |