Pack binary data
XML
<encode:binary var="var" var_result="var" format="string"/>
<encode:binary /> packs the values of an array into binary data according to a given Perl/PHP-compatible format.
<encode:binary /> is the complement of the <decode:binary /> operation.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Variable name | encode:binary |
| var_result | var | Result variable name | encode:binary |
| format | string | Format | encode:binary |
Results
| Binding | Type | Predicate |
|---|---|---|
| var_result | string | N/A |