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.