<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Code The World — Create new Zip archive]]></title>
		<link>https://codetheworld.com/viewtopic.php?id=74</link>
		<atom:link href="https://codetheworld.com/extern.php?action=feed&amp;tid=74&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Create new Zip archive.]]></description>
		<lastBuildDate>Mon, 16 Jun 2008 04:04:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Create new Zip archive]]></title>
			<link>https://codetheworld.com/viewtopic.php?pid=215#p215</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (a3d2i2)]]></author>
			<pubDate>Mon, 16 Jun 2008 04:04:30 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?pid=215#p215</guid>
		</item>
	</channel>
</rss>
