国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

? php教程 php手冊 PHP ?? ??? ?? ? ??? ?? ???

PHP ?? ??? ?? ? ??? ?? ???

May 26, 2018 pm 01:36 PM

??? ?? ???? ??? ??? ??? ??? ? ?? ???? ?????.
?? ?? ?? ??? ??? Moments ??? ?? ? ?? ??? ?? ??? ???? ??? ? ????. ???. ??? ??? ??? ??? ?? ???? ?????!

/**
* a.合成圖片信息 復制一張圖片的矩形區(qū)域到另外一張圖片的矩形區(qū)域
* @param  [type] $bg_image  [目標圖]
* @param  [type] $sub_image [被添加圖]
* @param  [type] $add_x     [目標圖x坐標位置]
* @param  [type] $add_y     [目標圖y坐標位置]
* @param  [type] $add_w     [目標圖寬度區(qū)域]
* @param  [type] $add_h     [目標圖高度區(qū)域]
* @param  [type] $out_image [輸出圖路徑]
* @return [type]            [description]
*/
function image_copy_image($bg_image,$sub_image,$add_x,$add_y,$add_w,$add_h,$out_image){
if($sub_image){
$bg_image_c = imagecreatefromstring(file_get_contents($bg_image));
$sub_image_c = imagecreatefromstring(file_get_contents($sub_image));
imagecopyresampled($bg_image_c, $sub_image_c, $add_x, $add_y, 0, 0, $add_w, $add_h, imagesx($sub_image_c), imagesy($sub_image_c));
//保存到out_image
imagejpeg($bg_image_c, $out_image, 80);
imagedestroy($sub_image_c);
imagedestroy($bg_image_c);
}

}
/**
* b.生成文字圖片并插入廣告圖中
* @param  [type] $filename    [背景路徑]
* @param  [type] $text        [文字內容]
* @param  [type] $font        [文字大小]
* @param  [type] $size        [文字畫布的寬]
* @param  [type] $width_f     [文字顏色]
* @param  [type] $red         [紅]
* @param  [type] $grn	  [綠]
* @param [type] $blu          [藍]
*/
function create_text($filename,$text,$font,$size,$width_f,$red,$grn,$blu){
$rot  = 0; // 旋轉角度
$width = 0; //寬度
$height = 0; //高度
$offset_x = 0; //x偏移
$offset_y = 0; //y偏移
$bounds = array();
$text = autowrap($size, 0, $font, $text,$width_f); // 自動換行處理
/** [字體大小] [角度] [字體名稱] [字符串] [預設寬度] */
// 確定邊框高度.
$bounds = ImageTTFBBox($size, $rot, $font, "W");
if ($rot < 0) {
$font_height = abs($bounds[7]-$bounds[1]);
} else if ($rot > 0) {
$font_height = abs($bounds[1]-$bounds[7]);
} else {
$font_height = abs($bounds[7]-$bounds[1]);
}
// 確定邊框高度.
$bounds = ImageTTFBBox($size, $rot, $font, $text);
if ($rot < 0) {
$width = abs($bounds[4]-$bounds[0]);
$height = abs($bounds[3]-$bounds[7]);
$offset_y = $font_height;
$offset_x = 0;
} else if ($rot > 0) {
$width = abs($bounds[2]-$bounds[6]);
$height = abs($bounds[1]-$bounds[5]);
$offset_y = abs($bounds[7]-$bounds[5])+$font_height;
$offset_x = abs($bounds[0]-$bounds[6]);
} else {
$width = abs($bounds[4]-$bounds[6]);
$height = abs($bounds[7]-$bounds[1]);
$offset_y = $font_height;
$offset_x = 0;
}
$bg = imagecreatetruecolor($width + 20,$height + 20); // 創(chuàng)建畫布
$color=imagecolorallocatealpha($bg , 0 , 0 , 0 ,127);//拾取一個完全透明的顏色
imagealphablending($bg ,false);//關閉混合模式,以便透明顏色能覆蓋原畫布
imagefill($bg , 0 , 0, $color);//填充
imagesavealpha($bg ,true);//設置保存PNG時保留透明通道信息
$textImg = imagecolorallocate($bg, $red, $grn, $blu); // 創(chuàng)建白色
ImageTTFText($bg, $size, 0, 10, $size + 10, $textImg, $font, $text);
imagepng($bg,$filename);
}
/**
* 文字自動換行
* @param  [type] $fontsize    [字體大小]
* @param  [type] $angle       [角度]
* @param  [type] $fontface    [字體名稱]
* @param  [type] $string      [字符串]
* @param  [type] $width       [預設寬度]
*/
function autowrap($fontsize, $angle, $fontface, $string, $width) {
$content = "";
// 將字符串拆分成一個個單字 保存到數組 letter 中
preg_match_all("/./u", $string, $arr);
$letter = $arr[0];
foreach ($letter as $l) {
$teststr = $content." ".$l;
$testbox = imagettfbbox($fontsize, $angle, $fontface, $teststr);
// 判斷拼接后的字符串是否超過預設的寬度
if (($testbox[2] > $width) && ($content !== "")) {
$content .= PHP_EOL;
}
$content .= $l;
}
return $content;
}

? ????? ??
? ?? ??? ????? ???? ??? ??????, ???? ?????? ????. ? ???? ?? ???? ?? ??? ?? ????. ???? ??? ???? ???? ??? ?? admin@php.cn?? ?????.

? AI ??

Undresser.AI Undress

Undresser.AI Undress

???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover

AI Clothes Remover

???? ?? ???? ??? AI ?????.

Video Face Swap

Video Face Swap

??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

???

??? ??

???++7.3.1

???++7.3.1

???? ?? ?? ?? ???

SublimeText3 ??? ??

SublimeText3 ??? ??

??? ??, ???? ?? ????.

???? 13.0.1 ???

???? 13.0.1 ???

??? PHP ?? ?? ??

???? CS6

???? CS6

??? ? ?? ??

SublimeText3 Mac ??

SublimeText3 Mac ??

? ??? ?? ?? ?????(SublimeText3)

???

??? ??

??? ????
1601
29
PHP ????
1502
276
???
Go ?? ????? ??: ? ??? ?? ?? Go ?? ????? ??: ? ??? ?? ?? Mar 04, 2024 pm 04:54 PM

"Go ?? ????? ??: ? ??? ?? ??" ???? ??? ??? ?? ? ??? ??? ???? ???? ? ? ??? ?????. ??? ??? ??? ??? ?? ????? ??? Go ??? ? ?? ????? ???? ?? ???? ????. ? ????? ?? ?? ??? ?? ? ??? Go ??? ???? ??? ????? ??? Go ??? ? ? ???? ???? ??? ? ??????? ??? ? ????. 1. ??? HTTP ?? ?? ??? ?????.

Huawei Cloud Edge Computing ?? ?? ???: ?????? ??? ???? ?? Java ?? ?? Huawei Cloud Edge Computing ?? ?? ???: ?????? ??? ???? ?? Java ?? ?? Jul 05, 2023 pm 09:57 PM

Huawei ???? ?? ??? ?? ?? ???: ?????? ???? ???? ?? Java ?? ?? IoT ??? ??? ??? ?? ???? ???? ?? ? ?? ??? ?? ??? ??????? ??? ?? ??????. Huawei Cloud? ?? ??? ???? ???? ??? ?? ???? ??? ???? ??? ?? ??? ???? ?? ??? ??????? ?? ?? ????? ? ??? ???. ? ????? Java ??? ?? Huawei Cloud ?? ??? ?????? ??? ???? ??? ?????. ?? ?? ??? ???? ???. Java Development Kit? ???? ??? ??????(

Java? ??? ?? ?? ??? ?????. Java? ??? ?? ?? ??? ?????. Jan 30, 2024 am 09:34 AM

Java ?? ??? ?? ??? ?? ?? ?? ??? ??? ??? ??? ??? ?? ??? ??? ??? ???? ??? ????? ???? ???? ?? ???????. ??? ?? ??? ???? ??? ???? ??? Java ?? ?????. publicclassBubbleSort{publicstaticvoidbubbleSort(int[]arr){int

Python ?????? ?? ?? ?? ??? ?? ?????. Python ?????? ?? ?? ?? ??? ?? ?????. Jan 04, 2024 am 10:50 AM

?? ?? ??? ?? Python ?????? ?? ?????. Python? ??? ??? ??? ????? ?????. ???? ?? Python ?????? ?? ?? ??? ???? ?? ?? ?????. ? ????? ??? ???? ? ??? ?? ? ?? ???? ?? ??? ?????. Print HelloWorldprint("HelloWorld") ??? Python?? ?? ??? ?? ?????. print() ??? ??? ??? ???? ? ?????.

PHP? ???? ?? ?? ????? ?? ?? ?? ??? ???? ?? PHP? ???? ?? ?? ????? ?? ?? ?? ??? ???? ?? Aug 06, 2023 pm 04:49 PM

PHP? ???? ?? ?? ????? ?? ?? ?? ??? ???? ?? ?? ??? ?? ???? ???? ?? ?????. ??? ?? ?? ??? ?? ?? ?? ??? ?? ?????. ??? ???? ???? ?????? ??? ?? ?? ?? ?? ??? ????, ?? ??? ?????, ?? ???? ???? ? ????. ? ????? PHP? ???? ?? ?? ?? ??? ?? ??? ???? ??? ???? ?? ?? ??? ?????. 1. ?? ?? ?? ??? ?? ?? ??? ???? ?? ??????? ??????.

?? ???? PHP ??: ?? ?? ?? 10?? ?? ???? PHP ??: ?? ?? ?? 10?? Feb 19, 2024 pm 03:00 PM

PHP ??? ???? ??? ?? ?? ???? ?? ? ??? ? ??????? ???? ? ?????. ? ????? PHP ??? ????? ???? 10?? ?? ??? ?? ??? ???? ??? ?????. 1. ??? ?? ?? $username=$_POST["username"];$passWord=$_POST["password"] ? ???? ?? ???? ??? ??? ????? ???? ?? ??? ?? ??? ?????. 2. ?? ? $database_host="localhost";$database_username="username";$database_pa? ?????.

?? ? ?: Java?? ?? ?? ????? ???? ?? ???? ?? ? ?: Java?? ?? ?? ????? ???? ?? ???? Feb 18, 2024 am 10:52 AM

Java ?? ?? ?? ?? ?? ??? ? ?? ?? ??? ???? ?? ?? ??? ?? ??(?? ?? ?) ??? ?? ???? ?? ??? ??? ??? ???? ???? ???? ?? ???????. ? ????? ?? ??? ?? ?? ?? ???? ???? ?? Java ?? ??? ?????. ???? ?? ?? ??? ?? ??? ??? ??? ??? ??? ???? ?? ??? ? ???? ??? ????. ?? ???? ?? ???? ?? ??(?? ?? ?) ??? ???? ??? ??? ?? ?????. ?? ??? ?????.

????? ?????: Go ???? ????? ???? ??? ??? ?? ?? ????? ?????: Go ???? ????? ???? ??? ??? ?? ?? Mar 04, 2024 pm 03:09 PM

??: ????? ????: Go ???? ????? ???? ??? ??? ?? ?? ??? ??? ??????? ??? ??? ?? ?????? ?????. Go ???? ????? ???? ??? ??? ?? ??? ??? ??? ??? ??? ????? ?? ?? ?????? ?? ? ?????. ? ????? Go ???? ????? ???? ??? ??? ???? ??? ??? ??? ??? ????? ? ??? ?? ?? ?? ??? ?????. 1. ??(Array) ??? ?? ?????, ?? ??? ??

See all articles