XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence du fichier functions.encoding.php

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

Documentation des fonctions

◆ xoops_aw_decode()

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

xoops_aw_decode()

Paramètres
mixed$valuevalue of array
keyof array $key
string$store_method
Renvoie
boolean
+ Voici le graphe d'appel pour cette fonction :

◆ xoops_aw_encode()

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

xoops_aw_encode()

Paramètres
mixed$valuevalue of array
keyof array $key
string$store_method
Renvoie
boolean
+ Voici le graphe d'appel pour cette fonction :

◆ xoops_bin2hex()

xoops_bin2hex (   $bin)

xoops_bin2hex()

Paramètres
binstring $bin
Renvoie
string

◆ xoops_convert_decode()

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

xoops_convert_decode()

Paramètres
valueof array $data
string$store_method
Renvoie
boolean
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ xoops_convert_encode()

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

xoops_convert_encode()

Paramètres
valueof array $data
string$store_method
Renvoie
boolean
+ Voici le graphe des appelants de cette fonction :

◆ xoops_hex2bin()

xoops_hex2bin (   $hex)

xoops_hex2bin()

Paramètres
hexstring $hex
Renvoie
string
+ Voici le graphe des appelants de cette fonction :

◆ xoops_ishexstr()

xoops_ishexstr (   $hex,
  $checklen = 32 
)

xoops_ishexstr()

Paramètres
hexstring $hex
checklenint $checklen
Renvoie
boolean