Skip to content

Commit 01b2279

Browse files
authored
Update get-remote-url-content-data.php
1 parent c6f6aa9 commit 01b2279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-remote-url-content-data.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
###################################################################################################
1111
*/
1212

13-
function get_remote_data($url, $post_paramtrs=false, $curl_opts=>[])
13+
function get_remote_data($url, $post_paramtrs=false, $curl_opts=[])
1414
{
1515
$c = curl_init();
1616
curl_setopt($c, CURLOPT_URL, $url);

0 commit comments

Comments
 (0)