Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
yii
db
ColumnSchema
phpTypecast
yii\db\ColumnSchema::phpTypecast PHP Method
ColumnSchema Class Documentation
显示文件
Open project: yiisoft/yii2
phpTypecast()
public
method
If the value is null or an [[Expression]], it will not be converted.
public
phpTypecast
(
mixed
$value
) :
mixed
$value
mixed
input value
return
mixed
converted value
public function phpTypecast($value) { return $this->typecast($value); }
ColumnSchema
dbTypecast
phpTypecast
typecast