Mailinglisten-Archive |
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