summaryrefslogtreecommitdiff
path: root/tests/charsetcurl.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/charsetcurl.php')
-rw-r--r--tests/charsetcurl.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/charsetcurl.php b/tests/charsetcurl.php
deleted file mode 100644
index 9db93e8..0000000
--- a/tests/charsetcurl.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-$ch = curl_init('http://www.heise.de/newsticker/meldung/Fruehjahrspatches-Microsoft-9-Adobe-3-1838175.html/from/atom10');
-#curl_setopt($ch, CURLOPT_URL, "http://www.example.com/");
-#curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
-#curl_setopt($ch, CURLINFO_HEADER_OUT, true);
-
-curl_exec($ch);
-
-var_dump(curl_getinfo($ch,CURLINFO_CONTENT_TYPE));
-