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 Pagekit\Database\ORM\Annotation; /** * @Annotation * @Target("PROPERTY..
Decoded Output download
<?php
namespace Pagekit\Database\ORM\Annotation;
/**
* @Annotation
* @Target("PROPERTY")
*/
final class Column implements Annotation
{
/** @var string */
public $name;
/** @var mixed */
public $type = 'string';
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Pagekit\Database\ORM\Annotation;
/**
* @Annotation
* @Target("PROPERTY")
*/
final class Column implements Annotation
{
/** @var string */
public $name;
/** @var mixed */
public $type = 'string';
}
Function Calls
None |
Stats
MD5 | 5bb036bc419b34220a70c19f6ff50627 |
Eval Count | 0 |
Decode Time | 114 ms |