2017,1,3,星期二
成都創(chuàng)新互聯(lián)公司專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務,包含不限于網(wǎng)站建設、成都做網(wǎng)站、碌曲網(wǎng)絡推廣、小程序定制開發(fā)、碌曲網(wǎng)絡營銷、碌曲企業(yè)策劃、碌曲品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運營等,從售前售中售后,我們都將竭誠為您服務,您的肯定,是我們最大的嘉獎;成都創(chuàng)新互聯(lián)公司為所有大學生創(chuàng)業(yè)者提供碌曲建站搭建服務,24小時服務熱線:18980820575,官方網(wǎng)址:www.cdcxhl.com
一、所需的代碼,步驟:
1.新建畫布[新建圖像]
resource p_w_picpathcreatetruecolor ( int $width , int $height );
2.選取顏色
int p_w_picpathcolorallocatealpha ( resource $p_w_picpath , int $red , int $green , int $blue , int $alpha );
3.畫圖
bool p_w_picpathellipse ( resource $p_w_picpath , int $cx , int $cy , int $width , int $height , int $color )
4.區(qū)域填充
bool p_w_picpathfill( resource $p_w_picpath
, int $x
, int $y
, int $color
);
5.生成隨機數(shù)
int mt_rand( int $min
, int $max
);
6.隨機打亂一個字符串
string str_shuffle( string $str
);
7.用 TrueType 字體向圖像寫入文本
array p_w_picpathttftext ( resource $p_w_picpath
, float $size
, float $angle
, int $x
, int $y
, int $color
, string $fontfile
, string $text
);
8.返回字符串的子串
string substr ( string $string
, int $start
[, int $length
] )
9.發(fā)送原生 HTTP 頭
void header ( string $string
[, bool $replace
= true [, int $http_response_code
]] );
10.以 PNG 格式將圖像輸出到瀏覽器或文件
bool p_w_picpathpng ( resource $p_w_picpath
[, string $filename
] );
11.銷毀一圖像
bool p_w_picpathdestroy ( resource $p_w_picpath
);