Java ServletContext object - any similar object in php?



Hello,

Is there any equivalent to the Java ServletContext in php? It would be
like the $_SESSION object but with a larger scope.

Thank you

.



Relevant Pages

  • ServletContext in php?
    ... Is there any equivalent to the Java ServletContext in php? ... like the $_SESSION object but with a higher scope. ...
    (php.general)
  • Re: variable scope
    ... >> out what the scoping rules are for php. ... > Because the lack of typing variables are always in the function scope. ... I tend to declare them close to where they are going to be used ...
    (comp.lang.php)
  • Re: [PHP] Odd PHP memory issue
    ... This MAY be fixed in current PHP -- I just know it was once an issue. ... references go out of scope or are unset. ... Forget "go out of scope" as a solution to memory management. ...
    (php.general)
  • Re: getting the variable name in php
    ... scope is that several variables might have the same value. ... modified to a random value to make sure there will be a unique match. ...
    (comp.lang.php)
  • Re: variable scope
    ... scope in terms of file and functions but not in terms of construct ... the construct scoping rules are for php. ...
    (comp.lang.php)