<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>S V N Labs Softwares &#187; Create ZIP archives with PHP script and PEAR class</title>
	<atom:link href="http://blog.svnlabs.com/tag/create-zip-archives-with-php-script-and-pear-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.svnlabs.com</link>
	<description>Entrepreneur, Blogger, LAMP Programmer, Linux Admin, Web Consultant, Cloud Manager, Apps Developer</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:59:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create ZIP archives with PHP script and PEAR class</title>
		<link>http://blog.svnlabs.com/create-zip-archives-with-php-script-and-pear-class/</link>
		<comments>http://blog.svnlabs.com/create-zip-archives-with-php-script-and-pear-class/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 17:10:34 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Create ZIP archives]]></category>
		<category><![CDATA[Create ZIP archives with PHP script and PEAR class]]></category>
		<category><![CDATA[make archive]]></category>
		<category><![CDATA[makezip]]></category>
		<category><![CDATA[PEAR Archive_Zip]]></category>
		<category><![CDATA[PEAR class]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=527</guid>
		<description><![CDATA[Hits: 233&#160;&#160;We can use PEAR to process zip files in PHP using Archive_Zip&#8230;. First set PEAR path in php include path using set_include_path Make Zipped file &#60;?php include (&#8216;Archive/Zip.php&#8217;);        // include PEAR ZIP package $obj = new Archive_Zip(&#8216;test.zip&#8217;);  // zipped file name $files = array(&#8216;svnlabs/1.gif&#8217;, &#8216;svnlabs/resume.doc&#8217;, &#8216;svnlabs/invoice.xls&#8217;);   // files add to zip if ($obj-&#62;create($files)) { [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/create-zip-archives-with-php-script-and-pear-class/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

