Ben sadece benim anlayış işe şey bekleniyor ve o did değil ben başka bir sunucu üzerinde bir test yaptım sarsıldı olarak bir şey onaylamak istiyorum. Aşağıdaki kodu soruya bakın lütfen.
<?php
function xyz(){
}
include("test.php");
/*
* A function in the above include checks if the function abc function_exists().
* Will it return a true? What about for xyz?
*/
function abc(){
}
?>
Tüm teşekkürler