XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | kernel |
Functions | |
xoops_aw_decode ($value, $key, $store_method="urlcode") | |
xoops_aw_encode ($value, $key, $store_method="urlcode") | |
xoops_bin2hex ($bin) | |
xoops_convert_decode ($data, $store_method="urlcode") | |
xoops_convert_encode ($data, $store_method="urlcode") | |
xoops_hex2bin ($hex) | |
xoops_ishexstr ($hex, $checklen=32) | |
xoops_aw_decode | ( | $value, | |
$key, | |||
$store_method = "urlcode" |
|||
) |
value | of array $value |
key | of array $key |
Definition at line 140 of file functions.encoding.php.
References xoops_convert_decode().
xoops_aw_encode | ( | $value, | |
$key, | |||
$store_method = "urlcode" |
|||
) |
value | of array $value |
key | of array $key |
Definition at line 129 of file functions.encoding.php.
References xoops_convert_encode().
xoops_bin2hex | ( | $bin | ) |
xoops_convert_decode | ( | $data, | |
$store_method = "urlcode" |
|||
) |
data | of array $value |
store_method | of array $key |
Definition at line 107 of file functions.encoding.php.
References xoops_hex2bin().
Referenced by XoopsObject\assignVar(), and xoops_aw_decode().
xoops_convert_encode | ( | $data, | |
$store_method = "urlcode" |
|||
) |
data | of array $value |
store_method | of array $key |
Definition at line 85 of file functions.encoding.php.
Referenced by XoopsModelWrite\cleanVars(), XoopsObject\cleanVars(), and xoops_aw_encode().
xoops_hex2bin | ( | $hex | ) |
hex | string $hex |
Definition at line 33 of file functions.encoding.php.
Referenced by xoops_convert_decode().
xoops_ishexstr | ( | $hex, | |
$checklen = 32 |
|||
) |
hex | string $hex |
checklen | int $checklen |
Definition at line 62 of file functions.encoding.php.
References $i.