[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pack/Unpack Functions
[Thread Prev] | [Thread Next]
- Subject: Re: Pack/Unpack Functions
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Mon, 24 Feb 2025 13:15:09 +0000
- To: user@xxxxxxxxxxxxxxxxxxxxxx
On Mon, 24 Feb 2025 at 10:33, Justin Percy <justin@xxxxxxxxxxxxxxx> wrote: > 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 Possibly using Shell and php -r to run the needed code ? Shell "php -r 'printf(pack(\"nvc*\", 0x1234, 0x5678, 65, 66));'" post some examples and maybe we can find a way to do it? BruceS
Pack/Unpack Functions | Justin Percy <justin@xxxxxxxxxxxxxxx> |