PHP Php texto a minusculas

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Php texto a minusculas相关的知识,希望对你有一定的参考价值。

function lower($str){
	#return  preg_replace("/([A-Z\xC0-\xDF])/e","chr(ord('\\1')+32)",$str);
	$bien = "abcdefghijklmnñopqrstuvwxyzáéíóúü";
	$mal = "ABCDEFGHIJKLMNÑOPQRSTUVWXYZÁÉÍÓÚÜ";
	return strtr($str,"$mal","$bien"); 
}

以上是关于PHP Php texto a minusculas的主要内容,如果未能解决你的问题,请参考以下文章

PHP Php - Agregar href en textos

PHP Detectar Texto UTF8 en PHP

PHP Pintar un texto(亮点)

PHP Limpiar cadena de texto

Php-Agregar href en textos

Detectar Texto UTF8 en PHP