亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

PHP 繪制時鐘 高洛峰 細說PHP

發布時間:2020-05-27 06:36:42 來源:網絡 閱讀:437 作者:津沙港灣 欄目:web開發

顯示頁面代碼

 <!DOCTYPE html >
<html>
<head>
<title>time</title>
</head>
<body>
<img id="time" src="index.php"/>
<script>
setInterval(function(){
        document.getElementById('time').src="index.php?"+Math.random();
                                   },1000);
</script>
</body>
</html>

畫圖頁面代碼

/*
 * 繪制時鐘
 */

//獲取系統時間
date_default_timezone_set('PRC');
$h = date('H');
$i = date('i');
$s = date('s');
//1.創建資源 畫布的大小
 $img = p_w_picpathcreatetruecolor(200, 250);
 $white = p_w_picpathcolorallocate($img, 0xFF,  0xFF,  0xFF);
 $red = p_w_picpathcolorallocate($img, 255, 0, 0);
 $blue = p_w_picpathcolorallocate($img,0, 0, 0xFF);
 $pink = p_w_picpathcolorallocate($img, 0xFF, 0, 0xFF);
 p_w_picpathfill($img,0,0,$white);
 //畫橢圓
 p_w_picpathellipse($img, 100, 100, 190, 190, $blue);
 p_w_picpathfilledellipse($img, 100, 100, 4, 4, $blue);
 
 p_w_picpathstring($img, 4, 95, 8, '12', $pink);
 p_w_picpathstring($img, 4, 175, 95, '03', $pink);
 p_w_picpathstring($img, 4, 95, 175, '06', $pink);
 p_w_picpathstring($img, 4, 11, 95, '09', $pink);
 
 //秒針
 $len = 80;
 $a = $len*sin(pi()/30*$s);//注意是秒針與豎線形成的夾角 每秒走過6度  sin()里面是按弧度作為參數 要將度換算成弧度
 $b = $len*cos(pi()/30*$s);
 $x = 100 + $a;//秒針線末端x軸的坐標
 $y = 100 - $b;//秒針線末端y軸的坐標
 
 //分鐘
 $len1 =1;
 $a1 = $len*sin(pi()/1800*$s);
 $b1 = $len*cos(pi()/1800*$s);
 $x1 = 100 + $a1;//秒針線末端x軸的坐標
 $y1 = 100 - $b1;//秒針線末端y軸的坐標
 
 //秒針
 p_w_picpathline($img, 100, 100, $x, $y, $red);
 //指針
 p_w_picpathline($img, 100, 100, $x1, $y1,$blue);
 
 
 //數字的時間
p_w_picpathstring($img, 5, 20, 230, "now:{$h}:{$i}:{$s}",$red);
 //4.保存 或輸出給瀏覽器 寫第二個參數就是保存
 header('Content-type:p_w_picpath/jpeg');
 p_w_picpathpng($img);
 
 //5.釋放資源
 p_w_picpathdestroy($img);

結果為

PHP 繪制時鐘 高洛峰 細說PHP

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

筠连县| 彝良县| 桃园市| 贵定县| 靖西县| 赤水市| 南投县| 汪清县| 四会市| 旺苍县| 阳高县| 胶南市| 江安县| 九龙县| 连平县| 安龙县| 正安县| 江北区| 安宁市| 镇平县| 密云县| 石家庄市| 宁陕县| 福州市| 遂溪县| 徐水县| 海安县| 呼伦贝尔市| 威海市| 南漳县| 县级市| 吴堡县| 夹江县| 嘉荫县| 巴楚县| 海口市| 石楼县| 平武县| 兴宁市| 区。| 井冈山市|