Mailinglisten-Archive |
Hi Valentin, gna, genau das will ich eben vermeiden :), dass ich in jeder Function die Variablen global deklarieren muss ;) Mfg André Frimberger > -----Original Message----- > From: php-admin_(at)_php-center.de [mailto:php-admin_(at)_php-center.de]On Behalf > Of Valentin Funk > Sent: Tuesday, February 20, 2001 6:36 PM > To: php_(at)_php-center.de > Subject: Re: [php] Globale Variablen und Functionen > > > > global $a $b; > > function egal() { > > tu dies > > tu jenes > > return("irgendwas"); > > } > > Wie wär's mit: > > function egal() { > > global $a $b; > > tu dies > tu jenes > return("irgendwas"); > } > > ?:-) > > Gruß, Valentin > > > -- > ** Durchgehend geöffnet: http://www.php-center.de ** > Die PHP-Liste: mailto:php_(at)_php-center.de > http://infosoc.uni-koeln.de/mailman/listinfo/php > >
php::bar PHP Wiki - Listenarchive