phpbar.de logo

Mailinglisten-Archive

AW: [php] function_exists

AW: [php] function_exists

Christian Rehrmann CRehrmann at t-online.de
Mit Apr 7 15:09:44 CEST 2004



> -----Ursprüngliche Nachricht-----
> Von: php-bounces at phpbar.de [mailto:php-bounces at phpbar.de] Im Auftrag von
> Marc Ende
> Gesendet: Mittwoch, 7. April 2004 13:53
>    $__scanFunction = "_scanType_".$__scanType;
>    if(!function_exists($this->$__scanFunction))
>    {
>      echo "Die Funktion reader500::$__scanFunction existiert nicht!\n";
>    }
>    else
>    {
>      $this->$__scanFunction($__line, $__dbo);
>    }
> 

Hallo,
könnte daran liegen.

Statt:
$__scanFunction = "_scanType_".$__scanType;

Lieber so:
$this->$__scanFunction = "_scanType_".$__scanType;

Chris


php::bar PHP Wiki   -   Listenarchive