Rouven: Funktionen innerhalb einer Funktion aufrufen

Beitrag lesen

Hello,

function funktion2($whatelse) {.... $text = $funktion1; ... }

was willst du damit bewirken? Warum schreibst du $funktion1?
function f1($par) {
...
}

function f2() {
   $test = f1("abc");
}

MfG
Rouven

--
-------------------
Buy when there's blood running in the street and sell when everyone is pounding at your door, clawing to own your equities  --  Wisdom on Wallstreet