darrellblackhawk
Programmer
Here's another newbie question:
I'm trying to return raw binary data to PHP from a COM object.
I can't seem to get the data into a variable for processing. It's just truncated. I assume PHP is seeing it as a boolean value.
How does one insure that binary data is actually returned to a variable. The length of the data is within the defined variable size of 4M.
Darrell