[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pack/Unpack Functions


Le 24/02/2025 à 11:23, Justin Percy a écrit :
Hi,

I am trying to port over some PHP code to Gambas and really need Pack/ Unpack functions https://www.php.net/manual/en/function.pack.php

Any help would be appreciated, thanks!

Justin



These functions are PHP-specific. You must implement them "by hand" in Gambas, using OPEN STRING, WRITE and READ.

Regards,

--
Benoît Minisini.


Follow-Ups:
Re: Pack/Unpack FunctionsT Lee Davidson <t.lee.davidson@xxxxxxxxx>
References:
Pack/Unpack FunctionsJustin Percy <justin@xxxxxxxxxxxxxxx>