首页
快讯
工具箱
门户
导航
云销售
搜索
登录
注册
首页
话题
小组
问答
好文
用户
我的社区
域名交易
唠叨
首页
小组
php技术
php技术
36957 帖子
24 成员
创建于 2024-06-02
组长:
道亮_(:з」∠)_
加入小组
PHP(外文名:PHP: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,利于学习,使用广泛,主要适用于Web开发领域。PHP 独特的语法混合了C、Java、Perl以及PHP自创的语法。
php交流
php函数
php学习
php代码
发布帖子
全部
交流
分享
函数
redis
翻译
[函数]
imagecreatefromxpm()函数—用法及示例
函数名:imagecreatefromxpm() 函数描述:该函数用于从 XPM 文件创建一个新的图像资源。 适用版本:PHP 4, PHP 5, PHP 7 语法:imagecreatefromxp...
啊龙
发表于
222 天前
0
20
[函数]
imagedashedline()函数—用法及示例
函数名:imagedashedline() 适用版本:PHP 4, PHP 5, PHP 7 用法:imagedashedline() 函数用于在图像资源中绘制一条虚线。 语法:bool imaged...
啊龙
发表于
222 天前
0
103
[函数]
imagedestroy()函数—用法及示例
函数名:imagedestroy() 适用版本:所有版本的 PHP 用法:imagedestroy() 函数用于销毁一个由 imagecreate() 或 imagecreatetruecolor()...
啊龙
发表于
222 天前
0
11
[函数]
imageellipse()函数—用法及示例
函数名:imageellipse() 适用版本:PHP 4, PHP 5, PHP 7 用法:imageellipse() 函数用于在图像上绘制一个椭圆。 语法:bool imageellipse (...
啊龙
发表于
222 天前
0
15
[函数]
imagefill()函数—用法及示例
函数名:imagefill() 函数描述:imagefill() 函数用于在图像中填充颜色。 适用版本:该函数适用于 PHP 4、PHP 5、PHP 7。 语法:bool imagefill(reso...
啊龙
发表于
222 天前
0
27
[函数]
imagefilledarc()函数—用法及示例
函数名:imagefilledarc() 适用版本:PHP 4 > 4.0.6, PHP 5, PHP 7 用法:imagefilledarc() 函数用于绘制一个填充的椭圆弧。 语法:bool...
啊龙
发表于
222 天前
0
27
[函数]
imagefilledellipse()函数—用法及示例
函数名称:imagefilledellipse() 函数描述:该函数用于在图像上绘制填充的椭圆。 适用版本:PHP 4, PHP 5, PHP 7 语法:bool imagefilledellipse...
啊龙
发表于
222 天前
0
22
[函数]
imagefilledrectangle()函数—用法及示例
函数名称:imagefilledrectangle() 函数描述:该函数用于在图像上绘制一个填充的矩形。 用法: imagefilledrectangle ( resource $image , in...
啊龙
发表于
222 天前
0
25
[函数]
imagefilltoborder()函数—用法及示例
函数名:imagefilltoborder() 适用版本:PHP 4, PHP 5, PHP 7 用法:imagefilltoborder() 函数用于在图像中填充边界相同颜色的区域。该函数会从指定的...
啊龙
发表于
222 天前
0
16
[函数]
imageflip()函数—用法及示例
函数名:imageflip() 适用版本:PHP 5 > 5.5.0, PHP 7 函数描述:imageflip() 函数用于水平或垂直翻转图像。 用法: bool imageflip ( re...
啊龙
发表于
222 天前
0
16
[函数]
imagefontheight()函数—用法及示例
函数名称:imagefontheight() 函数描述:该函数用于获取指定字体的高度。 参数:无 返回值:返回指定字体的高度,单位为像素。 适用版本:该函数适用于所有PHP版本。 示例: // 创建一...
啊龙
发表于
222 天前
0
21
[函数]
imagefontwidth()函数—用法及示例
函数名:imagefontwidth() 适用版本:PHP 4, PHP 5, PHP 7 用法:imagefontwidth() 函数用于获取指定字体的字符宽度。它返回一个整数,表示字体中每个字符的...
啊龙
发表于
222 天前
0
21
[函数]
imagefttext()函数—用法及示例
函数名:imagefttext() 适用版本:PHP 4 > 4.0.7, PHP 5, PHP 7 用法:imagefttext() 函数在图像上使用 TrueType 字体绘制文本。它返回一...
啊龙
发表于
222 天前
0
14
[函数]
imagegif()函数—用法及示例
函数名称:imagegif() 适用版本:PHP 4, PHP 5, PHP 7 函数描述:imagegif() 用于将图像以 GIF 格式输出或保存至文件。 语法:bool imagegif ( r...
啊龙
发表于
222 天前
0
16
[函数]
imagegrabscreen()函数—用法及示例
函数名:imagegrabscreen() 适用版本:该函数仅在 Windows 平台上可用,并且需要安装 GDI32 DLL 扩展。 用法:imagegrabscreen() 函数用于获取屏幕的截图...
啊龙
发表于
222 天前
0
24
[函数]
imagegrabwindow()函数—用法及示例
函数名称:imagegrabwindow() 适用版本:PHP 5 > 5.2.2, PHP 7, PHP 8 函数描述:imagegrabwindow() 函数用于从指定的窗口抓取屏幕上的图像...
啊龙
发表于
222 天前
0
14
[函数]
imageinterlace()函数—用法及示例
函数名:imageinterlace() 适用版本:PHP 4, PHP 5, PHP 7 用法:imageinterlace() 函数用于设置图像的隔行扫描模式,即是否启用隔行扫描。启用隔行扫描可以...
啊龙
发表于
222 天前
0
24
[函数]
imageistruecolor()函数—用法及示例
函数名:imageistruecolor() 适用版本:PHP 4 > 4.3.2, PHP 5, PHP 7 函数描述:imageistruecolor() 函数用于检查图像是否为真彩色图像。...
啊龙
发表于
222 天前
0
22
[函数]
imagejpeg()函数—用法及示例
函数名:imagejpeg() 适用版本:PHP 4, PHP 5, PHP 7 用法:imagejpeg() 函数用于将图像以 JPEG 格式输出或保存到文件。 语法:bool imagejpeg ...
啊龙
发表于
222 天前
0
14
[函数]
imagecolorexactalpha()函数—用法及示例
适用PHP版本(PHP 4 > 4.0.6, PHP 5, PHP 7, PHP 8)说明 imagecolorexactalpha( GdImage $image, int $red, int...
啊龙
发表于
222 天前
0
14
[函数]
imagecolorat()函数—用法及示例
函数名称:imagecolorat() 适用版本:PHP 4, PHP 5, PHP 7 函数说明:imagecolorat() 函数返回指定坐标处的像素的颜色索引值。 语法:int imagecol...
啊龙
发表于
222 天前
0
20
[函数]
imagecolorclosest()函数—用法及示例
函数名:imagecolorclosest() 适用版本:PHP 4, PHP 5, PHP 7 用法:imagecolorclosest() 函数用于查找与给定的 RGB 值最接近的颜色索引。 语法...
啊龙
发表于
222 天前
0
17
[函数]
imagecolorclosestalpha()函数—用法及示例
函数名:imagecolorclosestalpha() 适用版本:PHP 4 > 4.0.6, PHP 5, PHP 7 用法:imagecolorclosestalpha() 函数在调色板中...
啊龙
发表于
222 天前
0
19
[函数]
imagecolorclosesthwb()函数—用法及示例
函数名:imagecolorclosesthwb() 函数适用版本:PHP 7.2.0 及以上版本 函数用法:该函数用于在给定的图像调色板中查找最接近给定颜色的颜色索引。它基于颜色的色相、饱和度和明度...
啊龙
发表于
222 天前
0
14
[函数]
imagecolordeallocate()函数—用法及示例
函数名:imagecolordeallocate() 适用版本:PHP 4, PHP 5, PHP 7 用法:imagecolordeallocate() 函数用于释放由 imagecolorallo...
啊龙
发表于
222 天前
0
10
[函数]
imagecolorexact()函数—用法及示例
函数名:imagecolorexact() 适用版本:PHP 4, PHP 5, PHP 7 用法:imagecolorexact() 函数用于在调色板中查找与指定的 RGB 值最接近的颜色索引。它返...
啊龙
发表于
222 天前
0
11
[函数]
imagecolormatch()函数—用法及示例
函数名:imagecolormatch() 适用版本:PHP 4 > 4.3.0, PHP 5, PHP 7 用法: imagecolormatch() 函数用于将图像的颜色匹配到指定的调色板。...
啊龙
发表于
222 天前
0
26
[函数]
imagecolorresolve()函数—用法及示例
函数名:imagecolorresolve() 适用版本:PHP 4, PHP 5, PHP 7 用法:imagecolorresolve() 函数用于获取图像资源中与指定的红、绿、蓝三个颜色分量最接...
啊龙
发表于
222 天前
0
20
[函数]
imagecolorresolvealpha()函数—用法及示例
函数名:imagecolorresolvealpha() 适用版本:PHP 4 > 4.0.6, PHP 5, PHP 7 用法:imagecolorresolvealpha() 函数将 RGB...
啊龙
发表于
222 天前
0
13
[函数]
imagecolorset()函数—用法及示例
函数名称:imagecolorset() 函数描述:imagecolorset() 函数用于将图像中的某个颜色替换为另一个颜色。 适用版本:PHP 4, PHP 5, PHP 7 语法:bool im...
啊龙
发表于
222 天前
0
25
«
204
205
206
207
208
209
210
211
212
213
214
»
成员
更多
AIGC
csdn大佬
91云脑
蓝湛
喵小乐
凯特网
fifa45
电脑助手
站长交流