How can I delete some lines(“\r\n”) from a binary data:
for example if I have $data which is the content of a binary file I’m getting from my database and wanted to delete the first five lines from it.
How can this be done in php?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Or, in one line:
But if you want to do this with “binary data”, I would question whether it really is binary data.