phpbar.de logo

Mailinglisten-Archive

Re: [php] substring feststellen
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [php] substring feststellen



Am 2 Jan 99, schrieb Ulrich Vogel zu "[php] substring feststellen":

> unter php2 gabs die Moeglichkeit, mit
> if ($a == '%$string%')
> festzustellen, ob der $a im String dahinter vorkommt.
> Leider klappt das so nicht unter php3 - wie kann ich dies hier 
> einfach loesen`?

if (strstr($string,$a))

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. 
If needle is not a string, it is converted to an integer and applied as the ordinal value of a 
character.

Gruß, Reiner

-- 
reiner_(at)_kukulies.de * http://kukulies.de

Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive