PHP:stat()的用法 PHP
stat
(PHP 4, PHP 5)
stat — 给出文件的信息
说明
array stat
( string $filename
)
获取由 filename 指定的文件的统计信息。如果
filename
是符号连
PHP:rename()的用法 PHP
rename
(PHP 4, PHP 5)
rename — 重命名一个文件或目录
说明
bool rename
( string $oldname
, string $newname
[, resource $context
] )
尝试把 oldname 重命名
PHP:imageconvolution()的用法 PHP
imageconvolution
(PHP 5 >= 5.1.0)
imageconvolution — 用系数 div 和 offset 申请一个 3x3 的卷积矩阵
说明
bool imageconvolution
( resource $image
, array $matrix
PHP:imagecolorstotal()的用法 PHP
imagecolorstotal (PHP 4, PHP 5)
imagecolorstotal — 取得一幅图像的调色板中颜色的数目 说明 int imagecolorstotal ( resource $image ) 本函...
PHP:imagecolorsforindex()的用法 PHP
imagecolorsforindex
(PHP 4, PHP 5)
imagecolorsforindex — 取得某索引的颜色
说明
array imagecolorsforindex
( resource $image
, int $index
)
本函数返回
PHP:imagecolorset()的用法 PHP
imagecolorset
(PHP 4, PHP 5)
imagecolorset — 给指定调色板索引设定颜色
说明
void imagecolorset
( resource $image
, int $index
, int $red
, int $green
, int $b
PHP:imagecolorresolvealpha()的用法 PHP
imagecolorresolvealpha
(PHP 4 >= 4.0.6, PHP 5)
imagecolorresolvealpha —
取得指定颜色 + alpha 的索引值或有可能得到的最接近的替代值
说明
int imagecol
PHP:imagecolorresolve()的用法 PHP
imagecolorresolve
(PHP 4, PHP 5)
imagecolorresolve — 取得指定颜色的索引值或有可能得到的最接近的替代值
说明
int imagecolorresolve
( resource $image
, int $
PHP:imagecolormatch()的用法 PHP
imagecolormatch
(PHP 4 >= 4.3.0, PHP 5)
imagecolormatch — 使一个图像中调色板版本的颜色与真彩色版本更能匹配
说明
bool imagecolormatch
( resource $image1
PHP:imagecolorexactalpha()的用法 PHP
imagecolorexactalpha
(PHP 4 >= 4.0.6, PHP 5)
imagecolorexactalpha — 取得指定的颜色加透明度的索引值
说明
int imagecolorexactalpha
( resource $image
, int $red