Is it a PHP 5 feature?
class spiderScraper { public $ch; // will initialize curl handle in __construct public $timeDelay = 50000; //5/100 of a second delay just to reduce server nasties public $timeStart; public $timeLapsed; ...
PHP5 Visibility