All function's vars are global

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-05-30T21:02:14Z Indexed on 2010/05/30 21:12 UTC
Read the original article Hit count: 273

Filed under:
|
|

Is it possible to make all function's vars global without typing all of them like global $a, $b, $c...?

© Stack Overflow or respective owner

Related posts about php

Related posts about function