Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Storm
Drivers
Platforms
SQLite
Columns
DataTypes
HexedBinaryDataType
ToPersistedValue
Storm\Drivers\Platforms\SQLite\Columns\DataTypes\HexedBinaryDataType::ToPersistedValue PHP Method
HexedBinaryDataType Class Documentation
Mostra file
Open project: timetoogo/penumbra
ToPersistedValue()
public
method
public
ToPersistedValue
(
$PropertyValue
)
public function ToPersistedValue($PropertyValue) { return hex2bin($PropertyValue); }
HexedBinaryDataType
ToPersistedValue
ToPropertyValue
__construct