Module ext_php_rs::php::pack[][src]

Expand description

Provides implementations for converting to and from Zend binary strings, commonly returned from functions such as pack and unpack.

Traits

Used to convert between Zend binary strings and vectors. Useful in conjunction with the pack and unpack functions built-in to PHP.