phpbar.de logo

Mailinglisten-Archive

[php] =?ISO-8859-1?Q?Re:_[php]_Datei_in_Klasse_=F6ffnen?=

[php] Re: [php] Datei in Klasse öffnen

Thomas Beckmann php_(at)_phpcenter.de
Sat, 07 Jul 2001 23:30:34 +0200


>-----BEGIN PGP SIGNED MESSAGE-----
Öh, wassollndas ??
>
>Mime-Version: 1.0
>Content-Type: text/plain; charset="iso-8859-1"; format=flowed
>Content-Transfer-Encoding: 8bit
-- ende von Kram, der auf der ML wohl nix verloren hat

>$this -> tbllink = fopen($this -> db_dir . $table . ".tbl", "r") or =
$this 
>- -> m_error(1003); return false;
>
>Und wenn ich dann versuche die Datei mit fopen() zu öffnen bekomme ich=
 von 
>PHP keinen Fehler zurückgegeben und die Funktion gibt false zurück. =
(or 
>return false;).
Ich glaub' das Statement oben stimmt nicht so recht: Das sind nämlich
2 statements:
>$this -> tbllink = fopen($this -> db_dir . $table . ".tbl", "r") or =
$this  -> m_error(1003); 
>return false;

>Was mache ich da falsch?
Das Ergebnis ist also immer "return false"

Nimm z.B.
$this -> tbllink = fopen($this -> db_dir . $table . ".tbl", "r") or
($this  -> m_error(1003)  && die()); 

-- ungetestet


---
Thomas Beckmann, Kiel, Germany
beckmann_(at)_gis.de


php::bar PHP Wiki   -   Listenarchive