View Single Post
Old 05-18-2009, 10:11 PM   #7 (permalink)
Salathe
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,324
Thanks: 5
Salathe is on a distinguished road
Default

Code:
class allworknoplay
{
    public function __construct($x,$y)
    {
        $aRange = range(1, 100);
        $sNote  = pack('H*', '48656C6C6F2054616C6B50485021');
    }
}
Another line which may start off being useless, but who knows how it will be used. :)
Salathe is offline  
Reply With Quote