set

Recherche

Voici les résultats de votre recherche.

ping
3 Occurrences trouvées, Dernière modification :
l = 'www.google.com'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_TIMEOUT, 5); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $data = curl_exec(