PHPForever
n00b
- Joined
- Jan 11, 2005
- Messages
- 22
Hey guys, I want to know if there is a really quick way to split and join files (binary) using PHP - it must be done with PHP and not with another program. For splitting I know I could read say x bytes from the first file and write to another file but that might be a bit too slow for my purpose. What I *want* is to be able to insert the end-of-file character at any byte and thus getting two files or something along those lines. Any help appreciated.
I'm running PHP5 on 2k.
I'm running PHP5 on 2k.