We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f6aa9 commit 01b2279Copy full SHA for 01b2279
get-remote-url-content-data.php
@@ -10,7 +10,7 @@
10
###################################################################################################
11
*/
12
13
-function get_remote_data($url, $post_paramtrs=false, $curl_opts=>[])
+function get_remote_data($url, $post_paramtrs=false, $curl_opts=[])
14
{
15
$c = curl_init();
16
curl_setopt($c, CURLOPT_URL, $url);
0 commit comments