Hướng Dẫn Sử Dụng Code PHP
+ Bước 1 : Dán code vừa lấy
<?php
function teamit_ping($host, $port, $timeout)
{
$tB = microtime(true);
$fP = fSockOpen($host, $port, $errno, $errstr, $timeout);
if (!$fP) { return "down"; }
$tA = microtime(true);
return round((($tA - $tB) * 1000)...
- thanhchiit
- Thread
- Replies: 5
- Forum: Mã nguồn wap