MIOLO20
|
Membros públicos estáticos | |
static | Serialize ($hash) |
static | Deserialize ($arr) |
Key/Value pair types for string value type
@pw_element string $key Key @pw_element string $value Value @pw_complex StringHash String hash array type @pw_complex StringHashArray Array of string hash array types Key/Value pair types for int value type
@pw_element string $key Key @pw_element int $value Value @pw_complex IntHash Int hash array type @pw_complex IntHashArray Array of int hash array types Key/Value pair types for boolean value type
@pw_element string $key Key @pw_element boolean $value Value @pw_complex BooleanHash Boolean hash array type @pw_complex BooleanHashArray Array of boolean hash array types This class contains static methods to (de)serialize hash arrays
Definido na linha 113 do ficheiro class.phpwsdlhash.php.
|
static |
Deserialize an hash array
array | $arr | The serialized array |
Definido na linha 138 do ficheiro class.phpwsdlhash.php.
|
static |
Serialize an hash array
array | $hash | The PHP hash array |
Definido na linha 120 do ficheiro class.phpwsdlhash.php.