<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Super-short PHP Word Limiter'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Sun, 19 Apr 2026 05:37:56 +0000</lastBuildDate>
    <item>
      <title>vitruvo said on 24/Aug/2011</title>
      <link>https://snipplr.com/view/50505/supershort-php-word-limiter</link>
      <description>&lt;p&gt;If youÂ´re having trouble with Special Chars try using "explode" to seperate the words:&#13;
implode(' ',array_slice(explode(' ',$string),0,$length));&lt;/p&gt;</description>
      <pubDate>Wed, 24 Aug 2011 19:54:48 UTC</pubDate>
      <guid>https://snipplr.com/view/50505/supershort-php-word-limiter</guid>
    </item>
    <item>
      <title>mindshare said on 24/Feb/2012</title>
      <link>https://snipplr.com/view/50505/supershort-php-word-limiter</link>
      <description>&lt;p&gt;Thanks vitruvo! I actually discovered that issue too - I'm updating the code.&lt;/p&gt;</description>
      <pubDate>Fri, 24 Feb 2012 05:32:26 UTC</pubDate>
      <guid>https://snipplr.com/view/50505/supershort-php-word-limiter</guid>
    </item>
  </channel>
</rss>
