Re: Static and Global at the same time!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




	What's the use of global static variables?

	Andy

Miguel Guirao wrote:

Hello list!!

Can I have a variable that is static and global at the same time within a
function?
Let's say I have:

$data = "";

function newdata() {
  static global $data;
  $data [$i] = $newdatatobestored_inthearray;
}

Best Regards,

-----------------------
Miguel Guirao Aguilera
Logistica R8 TELCEL
Tel. (999) 960.7994



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux