Hi,
I have array of bytes which is a pdf file
Array ( [0] => 00100101 [1] => 01010000 [2] => 01000100 [3] => 01000110 [4] => 00101101 ....)
I'm wondering how do I write my array into file in PHP
Thanks
I have array of bytes which is a pdf file
Array ( [0] => 00100101 [1] => 01010000 [2] => 01000100 [3] => 01000110 [4] => 00101101 ....)
I'm wondering how do I write my array into file in PHP
Thanks
Comment