phpbar.de logo

Mailinglisten-Archive

[php] superglobale variable

[php] superglobale variable

Friedhelm Betz php_(at)_phpcenter.de
Wed, 15 May 2002 22:48:54 +0200


Hallo Kai,

15.05.2002 you wrote:

> hallo ml,

> gibt es eine funktion (evntl. ähnlich define ? ), die mir
> eine variable superglobal macht, also das verhalten
> der _GET , _POST variablen aufweist ?

> ich habe mir eine class gebastelt, die das
> gesamte session, db, filesystem-handling enthält (als unter-classen)
> und jedesmal ein "global $superglobaleinstanzmeinerclass"
> in funktionen und classes zu machen, ist auf die dauer derbe suckend ...

> ich habe jetzt eine geschlagene stunde gesucht und befürchte
> ernsthaft, dass eine solche funktion noch nicht in php implementiert
> ist...
> aber vielleicht wisst ihr ja was ...

>From version 4.1.0 onward, PHP provides a set of predefined arrays containing
variables from the web server (if applicable), the environment, and user
input.
These new arrays are rather special in that they are automatically
global--i.e.,
automatically available in every scope. For this reason, they are often known
as
'autoglobals' or 'superglobals'.
-> (There is no mechanism in PHP for user-defined superglobals.)
(http://www.php.net/manual/en/language.variables.predefined.php)

 Gruesse
 Friedhelm


php::bar PHP Wiki   -   Listenarchive