<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 16 May 2008 03:15:11 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Lars Strojny's Blog: NOWDOC + double quotes = HEREDOC]]></title>
      <guid>http://www.phpdeveloper.org/news/9974</guid>
      <link>http://www.phpdeveloper.org/news/9974</link>
      <description><![CDATA[<p>
<i>Lars Strojny</i> has <a href="http://usrportage.de/archives/884-NOWDOC-+-double-quotes-HEREDOC.html">posted about</a> a the new element that's been introduced in the PHP 5.3 branch - NOWDOC:
</p>
<blockquote>
PHP 5.3 introduces a new syntax element, NOWDOC. If you know HEREDOC, NOWDOC is easy to understand: it is in fact HEREDOC taken literally. Whily variables are expanded in HEREDOC, in NOWDOC they are not.
</blockquote>
<p>
NOWDOC is basically a HEREDOC except for one thing - no parsing is done inside of it, making it good for echoing out PHP code (that would otherwise need to be escaped all over).
</p>]]></description>
      <pubDate>Tue, 15 Apr 2008 10:25:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Derick Rethans' Blog: British date format parsing]]></title>
      <guid>http://www.phpdeveloper.org/news/9734</guid>
      <link>http://www.phpdeveloper.org/news/9734</link>
      <description><![CDATA[<p>
<i>Derick Rethans</i> has <z href="http://derickrethans.nl/british_date_format_parsing.php">posted about a new function</a> he's whipped up for PHP's date/time functionality to handle the differences between US formatted dates and the British date formats - date_create_from_format.
</p>
<blockquote>
From PHP 5.3 the new date_create_from_format() function and the DateTime::createFromFormat() factory method are available. As first argument they accept the expected format, and as second argument the string to parse.
</blockquote>
<p>
He <a href="http://derickrethans.nl/british_date_format_parsing.php">includes two examples</a> - one showing it being used to parse a British date string and the other to show off the date_get_last_errors function that can be useful for debugging.
</p>]]></description>
      <pubDate>Mon, 03 Mar 2008 20:45:49 -0600</pubDate>
    </item>
  </channel>
</rss>
