phpbar.de logo

Mailinglisten-Archive

Re: [php] DAU Frage: Wie Kommentar
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [php] DAU Frage: Wie Kommentar




andreas amalesh kempf wrote:
> Das funktioniert _nicht_ (Beispiel):
> /*
>         if ($foo)
>         {       /* Zeile 1
>                         Zeile 2
>            */
> */
> 

Das geht immer:

define(DEBUG,0)

if (DEBUG) {
         if ($foo)
         {       /* Zeile 1
                         Zeile 2
            */
}

und man kann es auch leichter ein- und ausschalten als so einen
blöden Kommentar.

Kristian
-- 
Kristian Köhntopp, NetUSE Kommunikationstechnologie GmbH
Siemenswall, D-24107 Kiel, Germany, +49 431 386 436 00
Using PHP3? See our web development library at
http://phplib.shonline.de/ (GPL)

Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive