05-18-2009, 09:11 PM
|
#7 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
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. :)
|
|
|
|