<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 06:47:30 +0000</lastBuildDate>
    <item>
      <title>(PHP) Check if integer _value_ - jgeewax</title>
      <link>https://snipplr.com/view/2705/check-if-integer-value</link>
      <description>&lt;p&gt;PHP has is_numeric, and is_int, but this is a not a complete set. Is_numeric doesn't maintain that the value is strictly an integer, and is_int returns true if the TYPE of the variable is an integer. This returns whether a variable holds an integer value as either a true int, or as a string.&lt;/p&gt;</description>
      <pubDate>Wed, 23 May 2007 10:50:04 UTC</pubDate>
      <guid>https://snipplr.com/view/2705/check-if-integer-value</guid>
    </item>
    <item>
      <title>(PHP) Get Include Contents - jgeewax</title>
      <link>https://snipplr.com/view/2704/get-include-contents</link>
      <description>&lt;p&gt;This was posted on the PHP website, I use it quite often. You may get a warning as it is an "unsafe" include (include($var)), but it's a risk that needs to be taken.&lt;/p&gt;</description>
      <pubDate>Wed, 23 May 2007 10:44:54 UTC</pubDate>
      <guid>https://snipplr.com/view/2704/get-include-contents</guid>
    </item>
  </channel>
</rss>
