XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
functions.encoding.php File Reference

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)
 

Function Documentation

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

xoops_aw_decode()

Parameters
valueof array $value
keyof array $key
Returns
boolean

Definition at line 140 of file functions.encoding.php.

References xoops_convert_decode().

Here is the call graph for this function:

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

xoops_aw_encode()

Parameters
valueof array $value
keyof array $key
Returns
boolean

Definition at line 129 of file functions.encoding.php.

References xoops_convert_encode().

Here is the call graph for this function:

xoops_bin2hex (   $bin)

xoops_bin2hex()

Parameters
binstring $bin
Returns
string

Definition at line 50 of file functions.encoding.php.

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

xoops_convert_decode()

Parameters
dataof array $value
store_methodof array $key
Returns
boolean

Definition at line 107 of file functions.encoding.php.

References xoops_hex2bin().

Referenced by XoopsObject\assignVar(), and xoops_aw_decode().

Here is the call graph for this function:

Here is the caller graph for this function:

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

xoops_convert_encode()

Parameters
dataof array $value
store_methodof array $key
Returns
boolean

Definition at line 85 of file functions.encoding.php.

Referenced by XoopsModelWrite\cleanVars(), XoopsObject\cleanVars(), and xoops_aw_encode().

Here is the caller graph for this function:

xoops_hex2bin (   $hex)

xoops_hex2bin()

Parameters
hexstring $hex
Returns
string

Definition at line 33 of file functions.encoding.php.

Referenced by xoops_convert_decode().

Here is the caller graph for this function:

xoops_ishexstr (   $hex,
  $checklen = 32 
)

xoops_ishexstr()

Parameters
hexstring $hex
checklenint $checklen
Returns
boolean

Definition at line 62 of file functions.encoding.php.

References $i.