Are there any API for working with byte arrays?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
wvxvw
Forum Newbie
Posts: 22
Joined: Sat May 17, 2008 10:55 am

Are there any API for working with byte arrays?

Post by wvxvw »

Huh... and the last one for today =)
If you need to create some custom file-format and write it byte by byte, what would you use?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Are there any API for working with byte arrays?

Post by onion2k »

pack() and fputs().
Post Reply