Jump to content

how to research this function


jim9

Recommended Posts

Hi, while reading a php code I have found this part

if (mochi_setting('curl') == 1) {  $game_data = curl($game_info);  $get_type = 'cURL';} else {  $game_data = file_get_contents($game_info);  $get_type = 'file_get_contents';}echo $game_data;

I do not know how to use curl(); and I do not know how to research it to get some details about it.could you please help me to do that? Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...