PHP

PHP jest obiektowym, skryptowym jezykiem programowania zaprojektowanym do tworzenia dynamicznych stron www.


Funkcje PHP

Oficjalna strona PHP

Dodatkowe aplikacje PHP

Dodatkowe modu³y PHP

Wortal PHP
poradnik do języka xhtml - Telewizory LCD - p2p - Internet - przepisy kulinarne - produkty-zywieniowe


ctype_lower

ctype_lower

(PHP 4 >= 4.0.4, PHP 5)

ctype_lower -- Check for lowercase character(s)

Opis

bool ctype_lower ( string text )

Checks if all of the characters in the provided string, text, are lowercase letters.

Parametry

text

The tested string.

Zwracane wartości

Returns TRUE if every character in text is a lowercase letter in the current locale.

Przykłady

Przykład 1. A ctype_lower() example (using the default locale)

<?php
$strings
= array('aac123', 'qiutoas', 'QASsdks');
foreach (
$strings as $testcase) {
    if (
ctype_lower($testcase)) {
        echo
"The string $testcase consists of all lowercase letters.\n";
    } else {
        echo
"The string $testcase does not consist of all lowercase letters.\n";
    }
}
?>

Powyższy przykład wyświetli:

The string aac123 does not consist of all lowercase letters.
The string qiutoas consists of all lowercase letters.
The string QASsdks does not consist of all lowercase letters.

Patrz także

ctype_alpha()
ctype_upper()
setlocale()

wyszukiwarka mp3 - Skuteczne i tanie pozycjonowanie stron internetowych - Snajper alegro pomoże Ci wygrać aukcję - sklepy internetowe - zdjęcia dziewczyn - Profesjonalne pozycjonowanie stron www i optymalizacja stron w internecie. - Najlepsze pozycjonowanie stron www. Zapraszamy do pozycjonowania. - najlepsze darmowe programy w Polsce - Nowe pokolenie serwisy internetowe do zarabiania. - pozycjonowanie - tylko dobre łożyska mają gwarancję - programista - oglądam filmy hdtv filmy blu-ray - Słownik dla informatłyka - Nasz cel zapewnienie jakości oprogramowania dla Ciebie

G:4,M:0,Y:24