2023-05-12 开启多语言插件支持……

标签:php

php

php长文章分页

php长文章分页
<?php /* *@author: Oracle Lee *@desc : php长文章分页 */ function ff_page($content,$page) { global $expert_id; $PageLength = 2000; //每页字数 $CLen...

苏 demo 10年前 (2015-08-02) 2753℃ 0评论 0喜欢

php

php imagecolorallocate

php imagecolorallocate
(PHP 4, PHP 5, PHP 7) imagecolorallocate — 为一幅图像分配颜色 说明 int imagecolorallocate ( resource $image , int $red , int $green , int $blue ) im...

苏 demo 10年前 (2015-07-27) 2379℃ 0评论 0喜欢

php

php imagecreate

php imagecreate
(PHP 4, PHP 5, PHP 7) imagecreate — 新建一个基于调色板的图像 说明 resource imagecreate ( int $x_size , int $y_size ) imagecreate() 返回一个图像标识符,代表了一幅大小为 x...

苏 demo 10年前 (2015-07-27) 2811℃ 0评论 0喜欢