RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
使用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://sczitong.cn/article/pgjjsg.html