PHP Php texto a mayusculas

Posted

tags:

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

function upper($str){
#	return preg_replace("/([a-z\xE0-\xFF])/e","chr(ord('\\1')-32)",$str);
	$mal = "abcdefghijklmnñopqrstuvwxyzáéíóúü";
	$bien = "ABCDEFGHIJKLMNÑOPQRSTUVWXYZÁÉÍÓÚÜ";
	return strtr($str,"$mal","$bien"); 

}

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

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