API - XOOPS 2.5.11 Beta 2
By monxoops.fr
functions.encoding.php File Reference

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')
 

Function Documentation

◆ xoops_aw_decode()

xoops_aw_decode (   $value,
  $key,
  $store_method = 'urlcode' 
)

xoops_aw_decode()

Parameters
mixed$valuevalue of array
mixed$keykey of array
string$store_method
Returns
boolean|string
Here is the call graph for this function:

◆ xoops_aw_encode()

xoops_aw_encode (   $value,
  $key,
  $store_method = 'urlcode' 
)

xoops_aw_encode()

Parameters
mixed$valuevalue of array
mixed$keykey of array
string$store_method
Returns
boolean|string
Here is the call graph for this function:

◆ xoops_bin2hex()

xoops_bin2hex (   $bin)

xoops_bin2hex()

Parameters
string$bin
Returns
string

◆ xoops_convert_decode()

xoops_convert_decode (   $data,
  $store_method = 'urlcode' 
)

xoops_convert_decode()

Parameters
string$datavalue of array
string$store_method
Returns
boolean|string
Here is the caller graph for this function:

◆ xoops_convert_encode()

xoops_convert_encode (   $data,
  $store_method = 'urlcode' 
)

xoops_convert_encode()

Parameters
string$datavalue of array
string$store_method
Returns
boolean|string
Here is the caller graph for this function:

◆ xoops_hex2bin()

xoops_hex2bin (   $hex)

xoops_hex2bin()

Parameters
string$hex
Returns
string

◆ xoops_ishexstr()

xoops_ishexstr (   $hex,
  $checklen = 32 
)

xoops_ishexstr()

Parameters
string$hex
int$checklen
Returns
boolean