05-18-2009, 10:08 PM
|
#11 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
php Code:
class allworknoplay { public function __construct($x, $y) { $aRange = range(1, 100); // Obfuscated string "Hello TalkPHP!" $sNote = pack('H*', '48656C6C6F2054616C6B50485021'); $aString = sprintf('%s Remember this day %s', $sNote, date('m/d/y h:ia', (array_rand($aRange) * 3600) + time())); preg_match_all('~^(?P<welcome>.+?!).+?(?P<date>\d+?/\d+?/\d+)\s*(?P<time>.+)$~is', $aString, $aMatches); }}
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|