Can you global a variable at the same time as making it an array?

I usually do this:
$Ticker = array(); global $Ticker;

Can I do this?
global $Ticker=array();

Thank you.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to