Php Php function_exists() 22 Ekim 2010 Mehmet Mutlu Bir yorum yapın <?php if(function_exists('imap_open')){ echo "IMAP işlevleri mevcut."; }else{ echo "IMAP işlevleri mevcut değil."; } ?>