PHP数组函数array_unique()的用法 PHP

array_unique (PHP 4 >= 4.0.1, PHP 5) array_unique — 移除数组中重复的值 说明 array array_unique ( array $array [, int $sort_flags = SORT_STRING ] )
标签: php php教程

发布于  2024-3-1 21:51

PHP数组函数compact()的用法 PHP

compact (PHP 4, PHP 5) compact — 建立一个数组,包括变量名和它们的值 说明 array compact ( mixed $varname [, mixed $... ] ) 创建一个包含变...
标签: php php教程

发布于  2024-3-1 21:51

PHP数组函数arsort()的用法 PHP

arsort (PHP 4, PHP 5) arsort — 对数组进行逆向排序并保持索引关系 说明 bool arsort ( array &$array [, int $sort_flags = SORT_REGULAR ] )
标签: php php教程

发布于  2024-3-1 21:50

PHP数组函数count()的用法 PHP

count (PHP 4, PHP 5) count — 计算数组中的单元数目或对象中的属性个数 说明 int count ( mixed $var [, int $mode = COUNT_NORMAL ] ) 统计一个数组里
标签: php php教程

发布于  2024-3-1 21:50

PHP数组函数asort()的用法 PHP

asort (PHP 4, PHP 5) asort — 对数组进行排序并保持索引关系 说明 bool asort ( array &$array [, int $sort_flags = SORT_REGULAR ] ) .....
标签: php php教程

发布于  2024-3-1 21:50

PHP:imagepsencodefont()的用法 PHP

imagepsencodefont (PHP 4, PHP 5) imagepsencodefont — 改变字体中的字符编码矢量 说明 bool imagepsencodefont ( resource $font_index , string $encodingfile ) 从
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagepolygon()的用法 PHP

imagepolygon (PHP 4, PHP 5) imagepolygon — 画一个多边形 说明 bool imagepolygon ( resource $image , array $points , int $num_points , int $color ) imagepolygo
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagepsbbox()的用法 PHP

imagepsbbox (PHP 4, PHP 5) imagepsbbox — 给出一个使用 PostScript Type1 字体的文本方框 说明 array imagepsbbox ( string $text , resource $font , int $size ) a
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagepalettetotruecolor()的用法 PHP

imagepalettetotruecolor (PHP 5 >= 5.5.0) imagepalettetotruecolor — Converts a palette based image to true color 说明 bool imagepalettetotruecolor ( resource $src ) Conve
标签: php php教程

发布于  2024-3-1 21:45

PHP:imageloadfont()的用法 PHP

imageloadfont (PHP 4, PHP 5) imageloadfont — 载入一新字体 说明 int imageloadfont ( string $file ) imageloadfont() 加载一个用户定义...
标签: php php教程

发布于  2024-3-1 21:45