网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

使用php设计简单验证码

2017,1,3,星期二

成都创新互联公司专注为客户提供全方位的互联网综合服务,包含不限于网站建设、成都做网站、碌曲网络推广、小程序定制开发、碌曲网络营销、碌曲企业策划、碌曲品牌公关、搜索引擎seo、人物专访、企业宣传片、企业代运营等,从售前售中售后,我们都将竭诚为您服务,您的肯定,是我们最大的嘉奖;成都创新互联公司为所有大学生创业者提供碌曲建站搭建服务,24小时服务热线:18980820575,官方网址:www.cdcxhl.com

  一、所需的代码,步骤:

    1.新建画布[新建图像]

    resource p_w_picpathcreatetruecolor ( int $width , int $height );

    2.选取颜色

    int p_w_picpathcolorallocatealpha ( resource $p_w_picpath , int $red , int $green , int $blue , int $alpha );

    3.画图

    bool p_w_picpathellipse ( resource $p_w_picpath , int $cx , int $cy , int $width , int $height , int $color )

    4.区域填充

    bool p_w_picpathfill( resource $p_w_picpath   , int $x   , int $y   , int $color );

    5.生成随机数

    int mt_rand( int $min, int $max );

    6.随机打乱一个字符串

    string str_shuffle( string $str );

    7.用 TrueType 字体向图像写入文本

    array p_w_picpathttftext ( resource $p_w_picpath , float $size , float $angle  , int $x  , int $y , int $color , string $fontfile  , string $text  );

    8.返回字符串的子串

    string substr ( string $string, int $start[, int $length  ] )

    9.发送原生 HTTP 头

    void header ( string $string [, bool $replace = true [, int $http_response_code ]] );

    10.以 PNG 格式将图像输出到浏览器或文件

    bool p_w_picpathpng ( resource $p_w_picpath [, string $filename ] );

    11.销毁一图像

    bool p_w_picpathdestroy  ( resource $p_w_picpath );


当前名称:使用php设计简单验证码
新闻来源:http://bjjierui.cn/article/pgjjsg.html

其他资讯