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.