<?php if (function_exists('imap_open')) { echo "Функции IMAP доступны.<br />\n"; } else { echo "Функции IMAP недоступны.<br />\n"; } ?>