phpbar.de logo

Mailinglisten-Archive

[php] Kovertieren in kleinbuchstaben

[php] Kovertieren in kleinbuchstaben

Franz Graf fg_(at)_FutureByte.net
Wed, 01 Mar 2000 23:42:36 +0100


> > > [1] http://www.php.net/manual/function.strtolower.php3
> >
> > Da steht das Umlaute nicht konvertiert werden, gibts da vielleicht doch eine
> > Möglichkeit?
> 
> Sowas vielleicht
> 
> $command = "Germans write Umlauts like Ä Ü Ö";
> $ge_command = strtolower(strtr($command, "ÄÖÜ", "äöü"));
> print $ge_command;

Was bringt Ihm strstr?
Aus dem manual:
	strstr -- Find first occurrence of a string.
	Description
	string strstr(string haystack, string needle);
	Returns all of haystack from the first occurrence of needle to
the end.
	If needle is not found, returns false.

Dein Syntax sieht aus als meintest du str_replace() ...
Franz
-- 
[Franz Graf - Webdesign                ]
[FutureByte - Net Development Equipment]
[http://www.futurebyte.net             ]


php::bar PHP Wiki   -   Listenarchive