<?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: Using isset() Instead of strlen() in PHP</title>
	<atom:link href="https://www.webmaster-source.com/2009/08/04/using-isset-instead-of-strlen-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com/2009/08/04/using-isset-instead-of-strlen-in-php/</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Wed, 29 Apr 2026 13:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>By: redwall_hp</title>
		<link>https://www.webmaster-source.com/2009/08/04/using-isset-instead-of-strlen-in-php/#comment-9088</link>
		<dc:creator><![CDATA[redwall_hp]]></dc:creator>
		<pubDate>Tue, 04 Aug 2009 20:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2411#comment-9088</guid>
		<description><![CDATA[Yeah, not very practical, is it? Bringing a loop into the equation would probably negate any speed benefits. :D ]]></description>
		<content:encoded><![CDATA[<p>Yeah, not very practical, is it? Bringing a loop into the equation would probably negate any speed benefits. <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extraordinaire</title>
		<link>https://www.webmaster-source.com/2009/08/04/using-isset-instead-of-strlen-in-php/#comment-9086</link>
		<dc:creator><![CDATA[Extraordinaire]]></dc:creator>
		<pubDate>Tue, 04 Aug 2009 13:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2411#comment-9086</guid>
		<description><![CDATA[it would actually work to check the length of a string, not the most practical way though :) 
 
$str = &#039;mystring&#039;; 
 
$i = 0; 
while(isset($str[$i])) 
{ 
    $i++; 
} ]]></description>
		<content:encoded><![CDATA[<p>it would actually work to check the length of a string, not the most practical way though <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>$str = &#039;mystring&#039;; </p>
<p>$i = 0;<br />
while(isset($str[$i]))<br />
{<br />
    $i++;<br />
} </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-04-29 20:33:45 by W3 Total Cache
-->