Behaviour
It translates a binary array into a human-readable form.
Parameters
Return type
String.
Examples
Get a human-readable array from oph_double measures.
oph_dump('OPH_DOUBLE','',measure)
Operation type
Simple.
Argument name | Type | Mandatory | Values | Default | Min/Max-value | Min/Max-times |
---|---|---|---|---|---|---|
input measure type | “oph_type” | “yes” | “‘oph_double’|’oph_float’|’oph_int’|’oph_long’|’oph_short’|’oph_byte’” | “1” / “1” | ||
output measure type | “oph_type” | “yes” | “1” / “1” | |||
measure | “binary-array” | “yes” | “1” / “1” | |||
encoding | “string” | “no” | “‘decimal’|’base64’” | “decimal” |