<?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>blogadresse &#187; php</title>
	<atom:link href="http://blogadresse.de/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogadresse.de</link>
	<description>Tech. Design. Notes. Nonsense.</description>
	<lastBuildDate>Tue, 22 May 2012 15:52:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>N&#252;tzliche PHP-Funktion&#8230;</title>
		<link>http://blogadresse.de/nutzliche-php-funktion/</link>
		<comments>http://blogadresse.de/nutzliche-php-funktion/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 16:14:35 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Bloggen]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.blogadresse.de/2007/02/26/nutzliche-php-funktion/</guid>
		<description><![CDATA[&#8230; beim Durchst&#246;bern von Uralt-Quelltexten hat mein Kollege gerade das hier gefunden: if( ! function_exists('is_function') ) { function is_function( $f ) { return !!!! function_exists($f); } } Wer den Code haben will, darf ihn behalten. :)]]></description>
			<content:encoded><![CDATA[<p>&#8230; beim Durchst&#246;bern von Uralt-Quelltexten hat mein Kollege gerade das hier gefunden:</p>
<pre lang="php">
if( ! function_exists('is_function') )
{
    function is_function( $f )
    {
      return !!!! function_exists($f);
    }
}</pre>
<p>Wer den Code haben will, darf ihn behalten. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogadresse.de/nutzliche-php-funktion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

