phpbar.de logo

Mailinglisten-Archive

[php] sicheres join()?

[php] sicheres join()?

Dario Nuevo php_(at)_phpcenter.de
Tue, 08 Jan 2002 16:22:58 +0100


hi leute..

tja, der arbeitstag neigt sich dem ende zu, ich 
hoffe jemand hat noch schnell ne lösung für mich 
parat vor 17uhr ;-)

ich habe folgende funktion, sie nimmt ein lokales 
oder ein remote-file und setzt es als string 
zusammen, diese variable wird dann public gemacht 
innerhalb der class (diese funktion ist teil des 
constructors)..

function form_file($file) {
        if ($content = join(" ", file($file))) {
                return $content;
        }else{
                $this->perror("path/url from file to 
get possibly not correct!");
        }
}

nun, sie funktioniert wunderbar bei kleinen 
texten/files.. als ich jedoch mal dmoz.org so 
reinnehmen wollte, tja:

Warning: file("http://www.dmoz.org") - Message too 
long in /opt/www/dn2k-web/php/co/cutteria.inc.php on 
line 32

drum frage ich euch, wie kriege ich ne funktion hin, 
die auch wirklich alles join()en kann? 
vielleicht/wohl eben nicht mit join? hmm..

helft mir, ich danke ;)
bye dn


php::bar PHP Wiki   -   Listenarchive