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

Reply via email to