<?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>dreamluverz collection &#187; php</title>
	<atom:link href="http://dreamluverz.com/category/developers-tools/php/feed" rel="self" type="application/rss+xml" />
	<link>http://dreamluverz.com</link>
	<description>Never stop dreaming, until you&#039;re ready to wake up and make it happen</description>
	<lastBuildDate>Mon, 05 Mar 2012 13:56:17 +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>date() error in php 5.3</title>
		<link>http://dreamluverz.com/developers-tools/php/date-error-in-php-5-3</link>
		<comments>http://dreamluverz.com/developers-tools/php/date-error-in-php-5-3#comments</comments>
		<pubDate>Wed, 18 Jan 2012 14:08:48 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php 5.3]]></category>
		<category><![CDATA[php 5.3 error]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=911</guid>
		<description><![CDATA[After reinstalling my local machine and updating the php version to 5.3 I&#8217;m getting this error: Warning: date() [function.date]: It is not safe to rely on the system&#8217;s timezone settings. You are *required* to use the date.timezone setting or the &#8230; <a href="http://dreamluverz.com/developers-tools/php/date-error-in-php-5-3">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/php/date-error-in-php-5-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>array_diff_key</title>
		<link>http://dreamluverz.com/developers-tools/php/array_diff_key</link>
		<comments>http://dreamluverz.com/developers-tools/php/array_diff_key#comments</comments>
		<pubDate>Mon, 01 Jun 2009 18:00:21 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[array function]]></category>
		<category><![CDATA[php function]]></category>
		<category><![CDATA[remove and compare values in array]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=662</guid>
		<description><![CDATA[(PHP 5 &#62;= 5.1.0RC1) array_diff_keyÂ &#8211;Â Computes the difference of arrays using keys for comparison Description array array_diff_key ( array array1, array array2 [, array ...] ) array_diff_key() returns an array containing all the values of array1 that have keys that are &#8230; <a href="http://dreamluverz.com/developers-tools/php/array_diff_key">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/php/array_diff_key/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>string to constant</title>
		<link>http://dreamluverz.com/developers-tools/php/string-to-constant</link>
		<comments>http://dreamluverz.com/developers-tools/php/string-to-constant#comments</comments>
		<pubDate>Fri, 22 May 2009 07:19:50 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[constant function]]></category>
		<category><![CDATA[php function]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=621</guid>
		<description><![CDATA[constant (PHP 4 &#62;= 4.0.4, PHP 5) constant &#8211; Returns the value of a constant Description mixed constant ( string name )constant() will return the value of the constant indicated by name. constant() is useful if you need to retrieve &#8230; <a href="http://dreamluverz.com/developers-tools/php/string-to-constant">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/php/string-to-constant/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php string functions</title>
		<link>http://dreamluverz.com/developers-tools/php/php-string-functions</link>
		<comments>http://dreamluverz.com/developers-tools/php/php-string-functions#comments</comments>
		<pubDate>Fri, 22 May 2009 07:05:27 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[php functions]]></category>
		<category><![CDATA[php string functions]]></category>
		<category><![CDATA[string functions]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=617</guid>
		<description><![CDATA[Name Description ASCII() Return numeric value of left-most character BIN() Return a string representation of the argument BIT_LENGTH() Return length of argument in bits CHAR_LENGTH() Return number of characters in argument CHAR() Return the character for each integer passed CHARACTER_LENGTH() &#8230; <a href="http://dreamluverz.com/developers-tools/php/php-string-functions">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/php/php-string-functions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>preg_match case insensitive</title>
		<link>http://dreamluverz.com/developers-tools/php/preg_match-case-insensitive</link>
		<comments>http://dreamluverz.com/developers-tools/php/preg_match-case-insensitive#comments</comments>
		<pubDate>Wed, 20 May 2009 16:40:37 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[case insensitive]]></category>
		<category><![CDATA[php function]]></category>
		<category><![CDATA[preg_match]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=594</guid>
		<description><![CDATA[preg_match case insensitive &#60;?php //Â TheÂ "i"Â afterÂ theÂ patternÂ delimiterÂ indicatesÂ aÂ case-insensitiveÂ search ifÂ (preg_match("/php/i",Â "PHPÂ isÂ theÂ webÂ scriptingÂ languageÂ ofÂ choice."))Â { Â Â Â Â echoÂ "AÂ matchÂ wasÂ found."; }Â elseÂ { Â Â Â Â echoÂ "AÂ matchÂ wasÂ notÂ found."; } ?&#62;]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/php/preg_match-case-insensitive/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>file_get_contents vs fread</title>
		<link>http://dreamluverz.com/developers-tools/php/file_get_contents-vs-fread</link>
		<comments>http://dreamluverz.com/developers-tools/php/file_get_contents-vs-fread#comments</comments>
		<pubDate>Wed, 20 May 2009 16:35:24 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[file_get_contents]]></category>
		<category><![CDATA[fread()]]></category>
		<category><![CDATA[php function]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=591</guid>
		<description><![CDATA[The main difference between a complete file read using fread and file_get_contents is that file_get_contents may use mmap (if your OS supports it) to use file memory mapping, which can eliminate a little of the copying and/or allocation of memory &#8230; <a href="http://dreamluverz.com/developers-tools/php/file_get_contents-vs-fread">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/php/file_get_contents-vs-fread/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pdflib</title>
		<link>http://dreamluverz.com/developers-tools/php/pdflib</link>
		<comments>http://dreamluverz.com/developers-tools/php/pdflib#comments</comments>
		<pubDate>Mon, 27 Apr 2009 04:25:31 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[download pdflib]]></category>
		<category><![CDATA[pdflib]]></category>
		<category><![CDATA[pdflib php4]]></category>
		<category><![CDATA[pdflib php5]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=510</guid>
		<description><![CDATA[Package Information Summary Creating PDF on the fly with the PDFlib library Maintainers Rainer Schaaf &#60;rjs@pdflib.com&#62; (lead) [details] Uwe Steinmann &#60;uwe@steinmann.cx&#62; (lead) [details] License PHP Description This extension wraps the PDFlib programming library for processing PDF on the fly, created &#8230; <a href="http://dreamluverz.com/developers-tools/php/pdflib">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/php/pdflib/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pecl extensions for windows</title>
		<link>http://dreamluverz.com/developers-tools/php/pecl-extensions</link>
		<comments>http://dreamluverz.com/developers-tools/php/pecl-extensions#comments</comments>
		<pubDate>Mon, 27 Apr 2009 04:17:55 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[pdflib]]></category>
		<category><![CDATA[pdflib php4]]></category>
		<category><![CDATA[pdflib php5]]></category>
		<category><![CDATA[pecl extentions]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=505</guid>
		<description><![CDATA[Downloading PECL extensions There are several options for downloading PECL extensions, such as: Â» http://pecl.php.net/ The PECL web site contains information about the different extensions that are offered by the PHP Development Team. The information available here includes: ChangeLog, release &#8230; <a href="http://dreamluverz.com/developers-tools/php/pecl-extensions">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/php/pecl-extensions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error installing apache,php on windows vista</title>
		<link>http://dreamluverz.com/developers-tools/php/error_installing_apache_php_on_windows_vista</link>
		<comments>http://dreamluverz.com/developers-tools/php/error_installing_apache_php_on_windows_vista#comments</comments>
		<pubDate>Wed, 25 Mar 2009 19:57:46 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=462</guid>
		<description><![CDATA[I&#8217;ve done this before, I&#8217;ve installed it several times but how come this time it&#8217;s not working with the same settings that needed to be changed&#8230; a moment of confusion, annoyance and craziness flashed on my eyes. I&#8217;ve exerted every &#8230; <a href="http://dreamluverz.com/developers-tools/php/error_installing_apache_php_on_windows_vista">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/php/error_installing_apache_php_on_windows_vista/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing apache 2.2, php 5.2 and mysql 5 in windows vista</title>
		<link>http://dreamluverz.com/developers-tools/php/installing-apache-22-php-52-and-mysql-5-in-windows-vista</link>
		<comments>http://dreamluverz.com/developers-tools/php/installing-apache-22-php-52-and-mysql-5-in-windows-vista#comments</comments>
		<pubDate>Wed, 25 Mar 2009 19:56:21 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[error installing apache mysql php]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[installing apache]]></category>
		<category><![CDATA[php.ini]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=469</guid>
		<description><![CDATA[Here&#8217;s a quick guide for installing apache 2.2, php 5.2 and mysql 5 in windows vista. Download needed files: 1. Apache &#8211; msi file 2. PHP &#8211; better choose the zip file than the msi installer 3. MYSQL &#8211; msi &#8230; <a href="http://dreamluverz.com/developers-tools/php/installing-apache-22-php-52-and-mysql-5-in-windows-vista">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/php/installing-apache-22-php-52-and-mysql-5-in-windows-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

