Php imagearc:修订历史

本页内容
上一节: Php_imageantialias 下一节: Php_imagechar

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

    2022年8月17日 (星期三)

    • 当前之前 22:322022年8月17日 (三) 22:32Neo 讨论 贡献 1,089字节 +1,089 创建页面,内容为“{{DISPLAYTITLE:imagearc()}}12 = PHP imagearc - 画椭圆弧 = PHP 图像处理 imagearc — 用于画椭圆弧。 === 语法 === <sample title="" desc="" lang="php" hererun="1"> bool imagearc ( resource $image , int $cx , int $cy , int $w , int $h , int $s , int $e , int $color ) </sample> imagearc() 以 cx,cy(图像左上角为 0, 0)为中心在 image 所代表的图像中画一个椭圆弧。 w 和 h 分…”
上一节: Php_imageantialias 下一节: Php_imagechar