Ben Say file.php
üç fonksiyon ve echo
deyimi ile:
function one() {
return three() . ' This is one.';
}
function two() {
return 'This is two.';
}
function three() {
return 'This is three.';
}
echo one(); // string(xx) "This is three. This is one."
İlk olarak, function three()
dosyasında sonra görünür halde function one()
çağrı function three()
olması genel olarak kabul edilebilir?
İkincisi, ne zaman file.php
(böylece sunucu üzerinde PHP yürütme) tarayıcıda yüklü, PHP asla denir olsa bile, function two()
dönüş değerini hesaplar?
Böyle nasıl PHP süreç sıradan şeyler üzerinde fazla okuma için herhangi bir bağlantıları harika olurdu.