<?phpif (function_exists('curl_init')){ echo 'jest cURL<br>';} if (function_exists('fsockopen')){ echo 'jest fsockopen<br>';}if (ini_get('allow_url_fopen')){ echo 'allow_url_fopen wlaczone<br>'; if (function_exists('file_get_contents')){ echo 'jest file_get_contents<br>'; } if (function_exists('fopen')){ echo 'jest fopen<br>'; }} else { echo 'nie ma allow_url_fopen<br>';}?>