Skip to content

Instantly share code, notes, and snippets.

View philip's full-sized avatar

Philip Olson philip

  • Portland, OR
View GitHub Profile

Intention

This is a public gist with the intention of folks adding a few choice tidbits of goodness that they have stumbled over when using the SPL (Standard PHP Library).

The (not so) secret motivation here is to get some nice examples to go in the PHP documentation. :-)

Rules

<function name="name">
<version></version>
<description></description>
<params>
<param type="" required="true">$paramName</param>
<param type="" required="false">$paramName</param>
</params>
<return></return>
<manual-url></manual-url>
</function>