PHP ve kendi işlevinde bir garip hata

0 Cevap

İşte kod:

function change_case($str, $type) {
    return str'.$type.'($str);
}
change_case('String', 'tolower');

Bu bir ayrıştırma hatası döndürür. Ben yanlış ne yapıyorum?

0 Cevap