PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mb_ereg_replace> <mb_encode_numericentity
Last updated: Fri, 29 Aug 2008

view this page in

mb_ereg_match

(PHP 4 >= 4.2.0, PHP 5)

mb_ereg_matchExpression rationnelle POSIX pour les chaînes multi-octets

Description

bool mb_ereg_match ( string $pattern , string $string [, string $option ] )

Exécute l'expression rationnelle POSIX pour les chaînes multi-octets.

Liste de paramètres

pattern

L'expression rationnelle.

string

La chaîne à évaluer.

option

Valeurs de retour

string retourne TRUE si string vérifie l'expression rationnelle pattern , FALSE sinon.

Notes

Note: L'encodage interne ou l'encodage des caractères spécifié par la fonction mb_regex_encoding() sera utilisé comme encodage de caractères pour cette fonction.



add a note add a note User Contributed Notes
mb_ereg_match
There are no user contributed notes for this page.

mb_ereg_replace> <mb_encode_numericentity
Last updated: Fri, 29 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites