摘要:
imagefilledrectangle()imagefilledrectangle() 函数画一矩形并填充。语法:bool imagefilledrectangle( resource image, int x1, int y1, int x2, int y2, int color )x1,y1为... 阅读全文
摘要:
DROP TABLE IF EXISTS `imooc_pro`;CREATE TABLE `imooc_pro`(`id` int unsigned auto_increment key,`pName` varchar(50) not null,`pNum` int unsigned defaul... 阅读全文
摘要:
mt_rand() 使用 Mersenne Twister 算法返回随机整数。语法mt_rand(min,max)定义和用法str_shuffle() 函数随机地打乱字符串中的所有字符。语法str_shuffle(string)array_merge() 函数把两个或多个数组合并为一个数组。定义和用... 阅读全文