Who can tell articles and tutorials for learning how to read / modify data using PHP?

I understood how to work with text files * .txt . Now I am interested in managing other formats.

For example. Template to create all types of files is clear

fopen('1.rar','w+'); 

And now how to stuff files into archiver, or how to get all its contents, delete selected files? Similarly, archives want to learn about other formats, xsl, and others.

Thank.

Closed due to the fact that it is necessary to reformulate the question so that it was possible to give an objectively correct answer to the participants Oceinic , Aries , Aslan Kussein , ermak0ff , Qwertiy 16 Oct '15 at 7:07 .

The question gives rise to endless debates and discussions based not on knowledge, but on opinions. To get an answer, rephrase your question so that it can be given an unambiguously correct answer, or delete the question altogether. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • 3
    Each file format has its own php extensions / classes. And so - the system is like opening: a text file or a video file. - ling
  • Found about the creation of archives koz1024.net/php/ziparchive.html - koza4ok
  • You try to combine too different things in one. It is necessary to search for materials for a specific task, but such a generalization as you want probably will not be anywhere. - Qwertiy


1 answer 1

php.net - zip php.net - rar