<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: PHP: lcfirst</title> <atom:link href="http://www.erhanabay.com/2009/07/01/php-lcfirst/feed/" rel="self" type="application/rss+xml" /><link>http://www.erhanabay.com/2009/07/01/php-lcfirst/</link> <description>WebDevelopment , PHP, Javascript, CakePHP, ExtJS</description> <lastBuildDate>Sat, 04 Feb 2012 19:46:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Erhan</title><link>http://www.erhanabay.com/2009/07/01/php-lcfirst/#comment-5138</link> <dc:creator>Erhan</dc:creator> <pubDate>Fri, 07 Oct 2011 08:20:00 +0000</pubDate> <guid
isPermaLink="false">http://erhanabay.com/?p=273#comment-5138</guid> <description>less is more!
thanks soleuu.</description> <content:encoded><![CDATA[<p>less is more!</p><p>thanks soleuu.</p> ]]></content:encoded> </item> <item><title>By: soleuu</title><link>http://www.erhanabay.com/2009/07/01/php-lcfirst/#comment-5137</link> <dc:creator>soleuu</dc:creator> <pubDate>Fri, 07 Oct 2011 08:17:00 +0000</pubDate> <guid
isPermaLink="false">http://erhanabay.com/?p=273#comment-5137</guid> <description> if (!function_exists(&#039;lcfirst&#039;)) {
    function lcfirst($string) {
        $string[0] = strtolower($string[0]);
        return $string;
    }
}</description> <content:encoded><![CDATA[<p>if (!function_exists(&#8216;lcfirst&#8217;)) {<br
/>     function lcfirst($string) {<br
/>         $string[0] = strtolower($string[0]);<br
/>         return $string;<br
/>     }<br
/> }</p> ]]></content:encoded> </item> </channel> </rss>
