"; echo "Cümlenin uzunluğu = $uzunluk karakteridir"; echo "
strtollower, strtoupper fonksiyonları
"; echo "

"; echo "Küçük harfle dönüştür:
".strtolower($metin); echo "

"; echo "Büyük harfle dönüştür:
".strtoupper($metin); echo "

"; echo "substr(metin,baslangic,uzunluk)
"; ?>