Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Storm
Drivers
Platforms
SQLite
Columns
DataTypes
HexedBinaryDataType
ToPersistedValue
Storm\Drivers\Platforms\SQLite\Columns\DataTypes\HexedBinaryDataType::ToPersistedValue PHP Méthode
HexedBinaryDataType Class Documentation
Afficher le fichier
Open project: timetoogo/penumbra
ToPersistedValue()
public
méthode
public
ToPersistedValue
(
$PropertyValue
)
public function ToPersistedValue($PropertyValue) { return hex2bin($PropertyValue); }
HexedBinaryDataType
ToPersistedValue
ToPropertyValue
__construct