<?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>JayGilford.com &#187; function</title>
	<atom:link href="http://www.jaygilford.com/tag/function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaygilford.com</link>
	<description>Numerous articles on PHP, MySQL and Apache files</description>
	<lastBuildDate>Tue, 06 Sep 2011 12:35:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>php random string generator function</title>
		<link>http://www.jaygilford.com/php/php-random-string-generator-function/</link>
		<comments>http://www.jaygilford.com/php/php-random-string-generator-function/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 14:04:48 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://www.jaygilford.com/?p=14</guid>
		<description><![CDATA[Many people need a random string for things such as salts, activation keys and new passwords. Here&#8217;s a simple but versatile function to return a random string function rand_text( $min = 10, $max = 20, $randtext = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' ) { if($min < 1) $min=1; $varlen = rand($min,$max); $randtextlen = strlen($randtext); $text = ''; for($i=0; $i [...]]]></description>
		<wfw:commentRss>http://www.jaygilford.com/php/php-random-string-generator-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.jaygilford.com @ 2012-02-05 13:04:37 -->
