Belki rename_function(); fonksiyonunu anlayış değilim ya doğru kullanacak.
İşte bu fonksiyon ile benim ilk deneme olduğunu:
<?php
rename_function('count', 'contar');
$var = array(
"one",
"two",
"three"
);
$number = contar($var);
echo $number;
?>
Gördüğünüz gibi here çalışmıyor
Ben bunu kullandığınızda MAMP Krom bana bu hata veriyor:
Sunucu hatası.
The website encountered an error while retrieving
http://localhost:8888/translate.php
. It may be down for maintenance or configured incorrectly.
Neden bu herhangi bir fikir olabilir?
Şimdiden teşekkürler!
BTW: Üzgünüm mutlak bir temel soru ama ben onu anlamaya eğer!