Meeuuuhhh a dit:Bah curieusement, quand j'essaie lcfirst(), ça me renvoie "call to undefined function"
lcfirst
(No version information available, might be only in CVS)
ucfirst
(PHP 4, PHP 5)
ucfirst — Met le premier caractère en majuscule
function lcfirst( $str ) {
if(strlen($str)>0)
$str{0} = strtolower($str{0})
else $str = (string) $str;
return $str;
}
➡️ Offre MyRankingMetrics ⬅️
pré-audit SEO gratuit avec RM Tech (+ avis d'expert)
coaching offert aux clients (avec Olivier Duffez ou Fabien Faceries)
Voir les détails ici