phpbar.de logo

Mailinglisten-Archive

[php] string abschneiden

[php] string abschneiden

Cyrill Schumacher php_(at)_phpcenter.de
Wed, 27 Jun 2001 12:27:27 +0200


> > echo substr($string,0,(int)strpos($string," "));
> > 
> > kiri
> 
> wohl eher ohne (int)!
> 
> echo substr($string,0,strpos($string," "));

function.strpos.html: If needle is not found, returns false. 

und false wird durch (int) zu 0 (und nicht NULL)

kiri




php::bar PHP Wiki   -   Listenarchive