phpbar.de logo

Mailinglisten-Archive

AW: AW: AW: [php] Schlüsselwort suchen

AW: AW: AW: [php] Schlüsselwort suchen

ANGEL Harald angel at egston.com
Mon Sep 29 12:16:07 CEST 2003


function findLastOccurance($needle, $haystack)) {
    $pos = 0;
    $occurance = FALSE;

    while($occurance = strpos($needle, $haystack, $pos) {
        $pos = $occurance;
    }

    return $occurance;
}

Hm.. Irgendwie macht das bei mir ne endlosschleife..
ich komm nicht drauf...

Ach ja und:
http://de.php.net/strrpos is bei mir trotzdem alles englisch!

php::bar PHP Wiki   -   Listenarchive