i can read a gif to a string,
$file = 'IconValid.gif' ;
$image = fread(fopen($fi le,r),filesize( $file));
but how can i get a byte array from gif file.
thanks in advance!
$file = 'IconValid.gif' ;
$image = fread(fopen($fi le,r),filesize( $file));
but how can i get a byte array from gif file.
thanks in advance!
Comment