<?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 Function: array_trim</title>
	<atom:link href="http://www.arkinex.com/php/functions/124/php-function-array_trim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arkinex.com/php/functions/124/php-function-array_trim/</link>
	<description>the place where all my code can be viewed</description>
	<lastBuildDate>Wed, 28 Jul 2010 00:19:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://www.arkinex.com/php/functions/124/php-function-array_trim/comment-page-1/#comment-10524</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 24 Mar 2010 15:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/?p=124#comment-10524</guid>
		<description>Nice function, thanks for sharing.
Typically l use array_walk() for a similar result. 

Example: 
function trim_value(&amp;$value) { 
    $value = trim($value); 
}
$arr = array(&#039;demo1 &#039;, &#039;demo2&#039;, &#039;     demo 3 &#039;);
print_r(array_walk($arr));</description>
		<content:encoded><![CDATA[<p>Nice function, thanks for sharing.<br />
Typically l use array_walk() for a similar result. </p>
<p>Example:<br />
function trim_value(&amp;$value) {<br />
    $value = trim($value);<br />
}<br />
$arr = array(&#8216;demo1 &#8216;, &#8216;demo2&#8242;, &#8216;     demo 3 &#8216;);<br />
print_r(array_walk($arr));</p>
]]></content:encoded>
	</item>
</channel>
</rss>
