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 Id implements Annotation
{
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Pagekit\Database\ORM\Annotation;
/**
* @Annotation
* @Target("PROPERTY")
*/
final class Id implements Annotation
{
}
Function Calls
None |
Stats
MD5 | 422e4763057da2a91633e05aa2cefc85 |
Eval Count | 0 |
Decode Time | 97 ms |