martes, mayo 22, 2007

PHP - strtolower()

Este es un comando simple, lo que hace es convertir toda una cadena de texto a minuscula, no importa su tamaño anterior.

Sintaxis:

strtolower(<variable>);

Ejemplo:

<html>
<?
echo strtolower("ESTE TEXTO EN MAYUSCULA");
?>
</html>

No hay comentarios.: