summaryrefslogtreecommitdiff
path: root/tests/charsetcurl.php
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-09-02 13:49:17 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-06-12 19:22:26 +0200
commitc3d7d830b4989c9ec4d56ec49b6b3ca3c44a9d20 (patch)
treee781a127493b13f5f767f6a615c4a9dcce3d0f85 /tests/charsetcurl.php
parent402bc3ff2889cd19dd8373e68e90caf5ff0e2ab9 (diff)
downloadyafpp-c3d7d830b4989c9ec4d56ec49b6b3ca3c44a9d20.tar.gz
yafpp-c3d7d830b4989c9ec4d56ec49b6b3ca3c44a9d20.zip
first commitHEADmaster
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));
-