Unpack binary data
XML
<decode:binary var="var" format="string">
string
</decode:binary>
<decode:binary /> unpacks binary data into an array according to a given Perl/PHP-compatible format.
<decode:binary /> is the complement of the <encode:binary /> operation.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | decode:binary |
| format | string | Format | decode:binary |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | array | no-result-propagation |