<?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>PHP Archives - iaps</title>
	<atom:link href="https://stage.iaps.ca/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>website and software development services</description>
	<lastBuildDate>Fri, 10 Mar 2017 21:36:10 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://stage.iaps.ca/wp-content/uploads/2021/03/cropped-iaps-owly-32x32.png</url>
	<title>PHP Archives - iaps</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>PHP Function Return New Object</title>
		<link>https://stage.iaps.ca/php-function-return-new-object/</link>
					<comments>https://stage.iaps.ca/php-function-return-new-object/#comments</comments>
		
		<dc:creator><![CDATA[iaps]]></dc:creator>
		<pubDate>Fri, 10 Mar 2017 21:23:50 +0000</pubDate>
				<category><![CDATA[PHP Development]]></category>
		<category><![CDATA[call_user_func_array]]></category>
		<category><![CDATA[func_get_args]]></category>
		<category><![CDATA[new static]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://stage.iaps.ca/?p=1926</guid>

					<description><![CDATA[<p>Through our years of programming, we have optimized and re-optimized our code in attempt to make things easier for us, and to reduce redundant code. During our endeavours, we implemented an abstract class containing a function that returns a new object instance: abstract class i_object { &#160;&#160;&#160;&#160;final public static function i() { &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return count(func_get_args()) ? [&#8230;]</p>
<p>The post <a href="https://stage.iaps.ca/php-function-return-new-object/">PHP Function Return New Object</a> appeared first on <a href="https://stage.iaps.ca">iaps</a>.</p>
]]></description>
		
					<wfw:commentRss>https://stage.iaps.ca/php-function-return-new-object/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
