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 TCG\Voyager\Database\Types\Postgresql; use Doctrine\DBAL\Platforms\Abstr..
Decoded Output download
<?php
namespace TCG\Voyager\Database\Types\Postgresql;
use Doctrine\DBAL\Platforms\AbstractPlatform;
use TCG\Voyager\Database\Types\Type;
class TxidSnapshotType extends Type
{
public const NAME = 'txid_snapshot';
public function getSQLDeclaration(array $field, AbstractPlatform $platform)
{
return 'txid_snapshot';
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace TCG\Voyager\Database\Types\Postgresql;
use Doctrine\DBAL\Platforms\AbstractPlatform;
use TCG\Voyager\Database\Types\Type;
class TxidSnapshotType extends Type
{
public const NAME = 'txid_snapshot';
public function getSQLDeclaration(array $field, AbstractPlatform $platform)
{
return 'txid_snapshot';
}
}
Function Calls
None |
Stats
MD5 | ecddc65633e5ecd5882e1f16c876769f |
Eval Count | 0 |
Decode Time | 91 ms |