XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Espaces de nommage | |
kernel | |
Fonctions | |
xoops_hex2bin ($hex) | |
xoops_bin2hex ($bin) | |
xoops_ishexstr ($hex, $checklen=32) | |
xoops_convert_encode ($data, $store_method='urlcode') | |
xoops_convert_decode ($data, $store_method='urlcode') | |
xoops_aw_encode ($value, $key, $store_method='urlcode') | |
xoops_aw_decode ($value, $key, $store_method='urlcode') | |
xoops_aw_decode | ( | $value, | |
$key, | |||
$store_method = 'urlcode' |
|||
) |
mixed | $value | value of array |
key | of array $key | |
string | $store_method |
xoops_aw_encode | ( | $value, | |
$key, | |||
$store_method = 'urlcode' |
|||
) |
mixed | $value | value of array |
key | of array $key | |
string | $store_method |
xoops_bin2hex | ( | $bin | ) |
xoops_convert_decode | ( | $data, | |
$store_method = 'urlcode' |
|||
) |
value | of array $data | |
string | $store_method |
xoops_convert_encode | ( | $data, | |
$store_method = 'urlcode' |
|||
) |
value | of array $data | |
string | $store_method |
xoops_hex2bin | ( | $hex | ) |
hex | string $hex |
xoops_ishexstr | ( | $hex, | |
$checklen = 32 |
|||
) |