
图形处理函数库ImageFill图形着色。语法: int imagefill(int im, int x, int y, int col);返回值: 整数函数种类: 图形处理内....
IMAP 电子邮件系统函数库imap_base64解 BASE64 编码。语法: string imap_base64(string text);返回值: 字符串函数种类: 网络....
图形处理函数库ImagePNG建立 PNG 图型。语法: int imagepng(int im, string [filename]);返回值: 整数函数种类: 图形处理内....
图形处理函数库ImageColorsTotal计算图的颜色数。语法: int imagecolorstotal(int im);返回值: 整数函数种类: 图形处理内容....
图形处理函数库ImageFilledPolygon多边形区域着色。语法: int imagefilledpolygon(int im, array points, int num_points, i....
图形处理函数库ImageInterlace使用交错式显示与否。语法: int imageinterlace(int im, int [interlace]);返回值: 整数函数种....
图形处理函数库ImageColorResolve计算色表上指定或最接近颜色的索引值。语法: int imagecolorresolve(int im, int red, int ....
图形处理函数库ImageRectangle绘矩形。语法: int imagerectangle(int im, int x1, int y1, int x2, int y2, int col);返回值....
图形处理函数库ImageLine绘实线。语法: int imageline(int im, int x1, int y1, int x2, int y2, int col);返回值: 整数函数....
图形处理函数库ImageColorSet配置色表上指定索引的颜色。语法: boolean imagecolorset(int im, int index, int red, int gre....
图形处理函数库ImageDestroy结束图形。语法: int imagedestroy(int im);返回值: 整数函数种类: 图形处理内容说明本函数将图....
图形处理函数库ImageCreateFromPNG取出 PNG 图型。语法: int imagecreatefrompng(string filename);返回值: 整数函数种类: ....
图形处理函数库ImageColorExact计算色表上指定颜色索引值。语法: int imagecolorexact(int im, int red, int green, int blu....
图形处理函数库ImageDashedLine绘虚线。语法: int imagedashedline(int im, int x1, int y1, int x2, int y2, int col);返回....
图形处理函数库ImageColorClosest计算色表中与指定颜色最接近者。语法: int imagecolorclosest(int im, int red, int green,....
图形处理函数库ImageColorAllocate匹配颜色。语法: int imagecolorallocate(int im, int red, int green, int blue);返回值:....
图形处理函数库ImageColorAt取得图中指定点颜色的索引值。语法: int imagecolorat(int im, int x, int y);返回值: 整数函数....
Informix 数据库函数库ifx_free_char删除字符类。语法: boolean ifx_free_char(int bid);返回值: 布尔值函数种类: 数据....
图形处理函数库ImageCharUp写出直式字符。语法: int imagecharup(int im, int font, int x, int y, string c, int col);返回....
Informix 数据库函数库ifx_free_result释放返回占用内存。语法: boolean ifx_free_result(int result_id);返回值: 布尔值函....