PHP 手冊
php
字符串相關函數:數組
去除和填充:trim[去空格],str_pad[填充], str_repeat, strlen;cookie
大小寫轉換:strtoupper, strtolower, ucfirst, ucwords;函數
格式化:strlen. strrev, number_format, md5[字符串加密]字體
print_r[打印數組],explode[字符串拆分爲數組]ui
include 'xxx.php'; | require.加密
define[常量定義], var_dump[打印變量], isset[檢查變量],setcookie[設置cookie]
spa
文件相關關函數
.net
filetype, is_dir[是否目錄], is_file是否文件], file_exists{文件、目錄是否存在], file_size[目錄大小爲0]
code
fopen[模式:r r+ w w+ a a+],unlink[刪除], rename, copy, fread, fclose
int imagecolorallocate ( resource $image
, int $red
, int $green
, int $blue
)
Allocate a color for an image | 爲圖片配置顏色
resource imagecreatetruecolor ( int $width
, int $height
)
imagecreatetruecolor — Create a new true color image | 建立一個彩色圖像
bool imagefilledrectangle ( resource $image
, int $x1
, int $y1
, int $x2
, int $y2
, int $color
)
imagefilledrectangle — Draw a filled rectangle | 繪出一個填充的矩形
array imagettftext ( resource $image
, float $size
, float $angle
, int $x
, int $y
, int $color
, string $fontfile
, string $text
)
imagettftext — Write text to the image using TrueType fonts | 使用True Type字體在圖片上寫字