PHP Classes

image

Recommend this page to a friend!

      QR code generator  >  All threads  >  image  >  (Un) Subscribe thread alerts  
Subject:image
Summary:how do i get the binary data of a file?
Messages:11
Author:gggg06
Date:2012-03-09 21:02:50
Update:2014-03-05 01:56:51
 
  1 - 10   11 - 11  

  11. Re: image   Reply   Report abuse  
Picture of gggg06 gggg06 - 2012-03-09 21:03:20
//encoding files like gif, jpg midi files in QR codes
//First parameter type - QR codes for support (image/gif, image/jpeg, application/x-mld, audio/midi, audio/mid, application/x-toruca)
//Second parameter size of file - the total bytes of content data using decimal code
//Third parameter content itself - Designate the content data using binary code
//$qr->content("image/gif", "1385", "zzz");

 
  1 - 10   11 - 11