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 /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Soft..
Decoded Output download
<?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\db;
/**
* DefaultValueConstraint represents the metadata of a table `DEFAULT` constraint.
*
* @author Sergey Makinen <[email protected]>
* @since 2.0.13
*/
class DefaultValueConstraint extends Constraint
{
/**
* @var mixed default value as returned by the DBMS.
*/
public $value;
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\db;
/**
* DefaultValueConstraint represents the metadata of a table `DEFAULT` constraint.
*
* @author Sergey Makinen <[email protected]>
* @since 2.0.13
*/
class DefaultValueConstraint extends Constraint
{
/**
* @var mixed default value as returned by the DBMS.
*/
public $value;
}
Function Calls
None |
Stats
MD5 | 6bd7aa66875ae245ff2caa95df85a96b |
Eval Count | 0 |
Decode Time | 95 ms |