Tutorial
Funcția strtolower () este utilizată pentru a converti un șir în caractere in minuscule. Această funcție ia un șir ca parametru și transformă toate majusculele prezente în șir în minuscule. Toate celelalte caractere numerice sau caractere speciale din șir rămân neschimbate.
Sintaxa:
string strtolower( $string )
Sintaxa:
string strtolower( $string )
Exemplu:
<?php
function caractere_minuscule($string) {
return strtolower ( $string );
}
$propozitia = 'Buna DIMINEATA RomaNIA onlinE!';
echo caractere_minuscule ( $propozitia );
?>
Online Editor
This tool makes it easy to create, adjust, and experiment with custom colors for the web.
HTML Templates

Magnews2 is a modern and creative free magazine and news website template that will help you kick off your online project in style.
CSS HTML Layout

Find here examples of creative and unique website layouts.
Free CSS HTML Menu

Find here examples of creative and unique website CSS HTML menu.