API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Namespaces | |
namespace | kernel |
Functions | |
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 |
mixed | $key | key of array |
string | $store_method |
xoops_aw_encode | ( | $value, | |
$key, | |||
$store_method = 'urlcode' |
|||
) |
mixed | $value | value of array |
mixed | $key | key of array |
string | $store_method |
xoops_bin2hex | ( | $bin | ) |
xoops_convert_decode | ( | $data, | |
$store_method = 'urlcode' |
|||
) |
string | $data | value of array |
string | $store_method |
xoops_convert_encode | ( | $data, | |
$store_method = 'urlcode' |
|||
) |
string | $data | value of array |
string | $store_method |
xoops_hex2bin | ( | $hex | ) |
xoops_ishexstr | ( | $hex, | |
$checklen = 32 |
|||
) |