<?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>Tinsology &#187; Strings</title>
	<atom:link href="http://tinsology.net/tag/strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinsology.net</link>
	<description>Read Me</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:50:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP: Complex Variables in Strings</title>
		<link>http://tinsology.net/2009/06/php-complex-variables-in-strings/</link>
		<comments>http://tinsology.net/2009/06/php-complex-variables-in-strings/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 18:20:52 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Strings]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=735</guid>
		<description><![CDATA[If you are at all familiar with PHP you are probably aware that you can put variables inside double quotes. For example: <a href="http://tinsology.net/2009/06/php-complex-variables-in-strings/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/05/strings-and-output-in-php/' rel='bookmark' title='Permanent Link: Strings and Output in PHP'>Strings and Output in PHP</a></li>
<li><a href='http://tinsology.net/2009/05/strings-are-arrays/' rel='bookmark' title='Permanent Link: Strings Are Arrays'>Strings Are Arrays</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/06/php-complex-variables-in-strings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Strings and Output in PHP</title>
		<link>http://tinsology.net/2009/05/strings-and-output-in-php/</link>
		<comments>http://tinsology.net/2009/05/strings-and-output-in-php/#comments</comments>
		<pubDate>Fri, 22 May 2009 19:46:58 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[Strings]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=665</guid>
		<description><![CDATA[I've seen a lot of questions and false assumptions regarding strings and output. Here is a short review of some common questions: 
 
print vs. echo 
 
I often see people suggesting that others should use echo as opposed to print for performance reasons. While it is true that echo is faster than print, the difference is insignificant. The reason echo is faster is because print behaves like a function (even though it's a language construct) and sets a return value. This being the case, there are some important differences between the two, and there are a few cases where <a href="http://tinsology.net/2009/05/strings-and-output-in-php/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/05/strings-are-arrays/' rel='bookmark' title='Permanent Link: Strings Are Arrays'>Strings Are Arrays</a></li>
<li><a href='http://tinsology.net/2009/06/php-complex-variables-in-strings/' rel='bookmark' title='Permanent Link: PHP: Complex Variables in Strings'>PHP: Complex Variables in Strings</a></li>
<li><a href='http://tinsology.net/2009/05/over-optimizing/' rel='bookmark' title='Permanent Link: Over Optimizing'>Over Optimizing</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/05/strings-and-output-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strings Are Arrays</title>
		<link>http://tinsology.net/2009/05/strings-are-arrays/</link>
		<comments>http://tinsology.net/2009/05/strings-are-arrays/#comments</comments>
		<pubDate>Wed, 06 May 2009 06:59:17 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Strings]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=540</guid>
		<description><![CDATA[I've seen a lot of people asking questions about how to find a certain character or sequence inside a string. It is common for people to turn to the library in order to find a function that does this for them, but it is likely the case that the answer is right in front of you. If you need to search thorough a string for whatever reason you can index it as an array. This is the case in a lot of language (PHP, C++, Java). 
 
In a non-type-safe language like PHP people often forget the distinction between primitive <a href="http://tinsology.net/2009/05/strings-are-arrays/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/05/strings-and-output-in-php/' rel='bookmark' title='Permanent Link: Strings and Output in PHP'>Strings and Output in PHP</a></li>
<li><a href='http://tinsology.net/2009/07/php-lorem-ipsum-generator/' rel='bookmark' title='Permanent Link: PHP Lorem Ipsum Generator'>PHP Lorem Ipsum Generator</a></li>
<li><a href='http://tinsology.net/2009/12/php-iterators/' rel='bookmark' title='Permanent Link: PHP Iterators'>PHP Iterators</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/05/strings-are-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
