分类: PHP全中文文档
PHP全中文文档,包含PHP函数,常用语法,计算机术语
-
评论(0)
顶(3)函数:ImageSX() (2004-12-01 14:02)
ImageSX
取得图片的宽度。
语法: int imagesx(int im);
-
评论(0)
顶(0)函数:ImageSY() (2004-12-01 14:02)
ImageSY
取得图片的高度。
语法: int imagesy(int im);
-
评论(0)
顶(0)函数:ImageTTFBBox() (2004-12-01 14:01)
ImageTTFBBox
计算 TTF 文字所占区域。
语法: array ImageTTFBBox(int size, int angle, string fontfile, string text);
-
评论(0)
顶(3)函数:ImageTTFText() (2004-12-01 14:01)
ImageTTFText
写 TTF 文字到图中。
语法: array ImageTTFText(int im, int size, int angle, int x, int y, int col, string fontfile, string text);
-
评论(0)
顶(0)函数:ImageColorAt() (2004-12-01 14:00)
ImageColorAt
取得图中指定点颜色的索引值。
语法: int imagecolorat(int im, int x, int y);
-
评论(0)
顶(0)函数:ImageColorClosest() (2004-12-01 13:59)
ImageColorClosest
计算色表中与指定颜色最接近者。
语法: int imagecolorclosest(int im, int red, int green, int blue);
-
评论(0)
顶(0)函数:ImageColorExact() (2004-12-01 13:58)
ImageColorExact
计算色表上指定颜色索引值。
语法: int imagecolorexact(int im, int red, int green, int blue);
-
评论(0)
顶(0)函数:ImageColorResolve() (2004-12-01 13:58)
ImageColorResolve
计算色表上指定或最接近颜色的索引值。
语法: int imagecolorresolve(int im, int red, int green, int blue);
-
评论(0)
顶(0)函数:ImageColorSet() (2004-12-01 13:56)
ImageColorSet
配置色表上指定索引的颜色。
语法: boolean imagecolorset(int im, int index, int red, int green, int blue);
-
评论(0)
顶(1)函数:ImageColorsForIndex() (2004-12-01 13:56)
ImageColorsForIndex
取得色表上指定索引的颜色。
语法: array imagecolorsforindex(int im, int index);
-
评论(0)
顶(0)函数:ImageColorsTotal() (2004-12-01 13:55)
ImageColorsTotal
计算图的颜色数。
语法: int imagecolorstotal(int im);
-
评论(0)
顶(0)函数:ImagePSLoadFont() (2004-12-01 13:54)
ImagePSLoadFont
载入 PostScript 字型。
语法: int imagepsloadfont(string filename);
-
评论(0)
顶(0)函数:ImagePSFreeFont() (2004-12-01 13:54)
ImagePSFreeFont
卸下 PostScript 字型。
语法: void imagepsfreefont(int fontindex);
-
评论(0)
顶(0)函数:ImagePSEncodeFont() (2004-12-01 13:53)
ImagePSEncodeFont
PostScript 字型转成向量字。
语法: int imagepsencodefont(string encodingfile);
-
评论(0)
顶(0)函数:ImagePSText() (2004-12-01 13:53)
ImagePSText
写 PostScript 文字到图中。
语法: array imagepstext(int image, string text, int font, int size, int foreground, int background, int x, int y, int space, int tightness, float angle, int antialias_steps);
-
评论(0)
顶(0)函数:ImagePSBBox() (2004-12-01 13:52)
ImagePSBBox
计算 PostScript 文字所占区域。
语法: array imagepsbbox(string text, int font, int size, int space, int width, float angle);
-
评论(0)
顶(3)函数:ImageCreateFromPNG() (2004-12-01 13:51)
ImageCreateFromPNG
取出 PNG 图型。
语法: int imagecreatefrompng(string filename);
-
评论(0)
顶(8)函数:ImagePNG() (2004-12-01 13:51)
ImagePNG
建立 PNG 图型。
语法: int imagepng(int im, string [filename]);
-
评论(0)
顶(2)函数:ImageCreateFromGIF() (2004-12-01 13:50)
ImageCreateFromGIF
取出 GIF 图型。
语法: int imagecreatefromgif(string filename);
-
评论(0)
顶(2)函数:ImageGIF() (2004-12-01 13:49)
ImageGIF
建立 GIF 图型。
语法: int imagegif(int im, string [filename]);
- 暂无数据




