Accéder au contenu.
Menu Sympa

technique - Re: [TECH] problème de version php pour la fonction

Objet : Liste pour les discussions techniques (liste à inscription publique)

Archives de la liste

Re: [TECH] problème de version php pour la fonction


Chronologique Discussions 
  • From: "Mathieu Parent" <math.parent AT gmail.com>
  • To: "Bertrand Perrier" <bertrandperrier AT laposte.net>
  • Cc: "Liste APRIL Technique" <technique AT april.org>
  • Subject: Re: [TECH] problème de version php pour la fonction
  • Date: Sun, 11 Jan 2009 21:00:10 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=O8KDV3a+Tt1T0hiZoU3GkxLoJgu73SI8iqnLetJm1CTxWl5SMLEoiYMU4D4+Ub1KNj 3WgpVZGVaIJoDJjtoJ0UUL5KmvVbgqh/Ntycx+w6Q1pqsh9OGzfh9f39inH0vCvjcSog T6tRZ56RVAownuoR7d+ELpatn9hy9+QvrIJWU=

Bonjour,

la page http://fr.php.net/stripos, propose une alternative:



<?php
function stripos($haystack, $needle){
return strpos($haystack, stristr( $haystack, $needle ));
}
$strTest = "The brown fox jumped over the Fence";
echo stripos($strTest, 'fence');//30
?>




Mathieu Parent



2009/1/11 Bertrand Perrier <bertrandperrier AT laposte.net>:
>
> Bonsoir,
> voila je suis bloqué avec la fonction stripos( qui est compatible avec la
> version 5 de php
> Cf. : http://fr.php.net/phpinfo
>
> mais mon hébergeur est en version 4.4.9
>
> y a t-il une alternative ?
>
> Bertrand
>
>
>
>
> --
> Pour vous desinscrire, tapez la commande sous GNU/Linux :
> echo sig technique | mail sympa AT april.org
>
>
> Administration : http://www.april.org/wws/
>
>



Archives gérées par MHonArc 2.6.16.

Haut de le page