phpbar.de logo

Mailinglisten-Archive

[php] Globale Variablen aus einer Funktion heraus setzen

[php] Globale Variablen aus einer Funktion heraus setzen

Ithamar Garbe php_(at)_phpcenter.de
Tue, 03 Jul 2001 13:44:52 +0200


"[gb-x.de] Kurt Jagersberger" wrote:

> "... feature of variable scoping is the static variable. A static variable
> exists only in a local function scope, but it does not lose its value when
> program execution leaves this scope ..."

Mit anderen Worten:

static $variable = "Wert";

in einer Funktion ausgeführt bewirkt das, was du erreichen willst.

Gruss,
Ithamar Garbe





php::bar PHP Wiki   -   Listenarchive