<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Code The World — Create new Zip archive]]></title>
	<link rel="self" href="https://codetheworld.com/extern.php?action=feed&amp;tid=74&amp;type=atom" />
	<updated>2008-06-16T04:04:30Z</updated>
	<generator>PunBB</generator>
	<id>https://codetheworld.com/viewtopic.php?id=74</id>
		<entry>
			<title type="html"><![CDATA[Create new Zip archive]]></title>
			<link rel="alternate" href="https://codetheworld.com/viewtopic.php?pid=215#p215" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>$zip = new ZipArchive();

                

                    if ($zip-&gt;open($archive, ZIPARCHIVE::CREATE) !== TRUE) {

                           die (&quot;Could not open archive&quot;);

                        }                

                $zip-&gt;addFile($fname);

                $zip-&gt;close();</code></pre></div>]]></content>
			<author>
				<name><![CDATA[a3d2i2]]></name>
				<uri>https://codetheworld.com/profile.php?id=145</uri>
			</author>
			<updated>2008-06-16T04:04:30Z</updated>
			<id>https://codetheworld.com/viewtopic.php?pid=215#p215</id>
		</entry>
</feed>
