New byte in php

Posted by Mantas on Stack Overflow See other posts from Stack Overflow or by Mantas
Published on 2010-04-12T08:03:40Z Indexed on 2010/04/12 8:13 UTC
Read the original article Hit count: 417

Filed under:
|
|

I have code JAVA

byte abyte1[] = new byte[k];

But php not have byte type. Its possible to convert this line to php?

© Stack Overflow or respective owner

Related posts about java

Related posts about php