<?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 Musings &#187; call_user_func_array</title>
	<atom:link href="http://www.charles-reace.com/blog/tag/call_user_func_array/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.charles-reace.com/blog</link>
	<description>Charles Reace&#039;s blog about PHP, MySQL, and life in general</description>
	<lastBuildDate>Mon, 22 Aug 2011 17:16:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MySQLi: Avoid Explicitly Listing Every Column in bind_result()</title>
		<link>http://www.charles-reace.com/blog/2009/04/28/mysqli-avoiding-bind_result-for-every-column/</link>
		<comments>http://www.charles-reace.com/blog/2009/04/28/mysqli-avoiding-bind_result-for-every-column/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 07:44:23 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[call_user_func_array]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqli.bind_result]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=177</guid>
		<description><![CDATA[Upon being motivated by a &#8220;PHP style critique&#8221; discussion at the WebDeveloper.com forums, I dug around the manual page for mysqli_stmt::bind_result(), and noticed an interesting suggestion for the use of the call_user_func_array() function in combination with the bind_result() method (see the user note by &#8220;hamidhossain&#8221;). The essence of the technique is to use call_user_func_array() to [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2009/04/28/mysqli-avoiding-bind_result-for-every-column/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

