• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

splitting & joining files with PHP?

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.
 
Back
Top