Location Home missions

NASA以35000美元征集“月球厕所”最佳设计

新空间航天是2014年开始筹备于2016年实施组建团队,2017年在深圳注册的私人太空运输公司,从事航天探索与航天运输系统、卫星应用系统、空间飞行器及空间飞行系统、无人装备系统等航空航天技术的开发,目前主要产品和服务有赤兔系列火箭发动机、SPACEMENG飞船、工业机器人、巨龙火星车、星际车、 增压泵、阀、3D打印机、3D打印耗材等航天工业设备的创新设计、生产制造、工艺教育和运营!

本文实例讲述了CI框架验证码CAPTCHA 辅助函数的用法,分享给大家供大家参考。具体如下:

使用CAPTCHA 辅助函数很方便生成验证码,但是图片是存储在文件夹下,不是输出流,感觉不够完美,可以拿来用用。

说明:产生4位的随机数,CI根目录下建立captcha文件夹。

复制代码代码如下:
<?php 
$this->load->helper('captcha');
$vals = array(
    'word' => rand(1000, 10000),
    'img_path' => './captcha/',
    'img_url' => 'http://localhost/ci/captcha/',
    //'font_path' => './path/to/fonts/texb.ttf',
    'img_width' => '150',
    'img_height' => 30,
    'expiration' => 7200
    );
$cap = create_captcha($vals);
echo $cap['image'];
?>

运行结果如下图所示:

希望本文所述对大家的CI框架程序设计有所帮助。

Special Reminder&Disclaimer:
The information of this website comes from the Internet. The content (pictures, videos and words) released by this website is mainly the content submitted by users and reproduced by users. The purpose is to convey more information, which does not mean that this website agrees with its views. The originality, statements, and content of this article have not been verified by this website. We do not guarantee or promise the authenticity, completeness, or timeliness of this article or all or part of its content or text. Please verify the relevant content on your own. This website does not assume direct or joint liability for infringement of such works. If any content on this website infringes on your rights, please contact us promptly (QQ: 39813880; email: 39813880@qq.com )This site will complete the processing within 24 hours. The original content on this website cannot be reproduced without permission, or the source must be indicated when reprinting: nssa.vip CTO Alliance
https://www.nssa.vip/missions/details?id=115&cid=115&areaid=31&catid=1&lg=zh-CN

Author: Davide

Since 2012, Davide has accumulated rich experience as a technical journalist, market analyst, and consultant in the additive manufacturing industry. As a journalist who has been reporting on the technology and video game industry for over 10 years, he began reporting on the additive manufacturing industry in 2013. He first served as an international journalist and then as a market analyst, focusing on the additive manufacturing industry and related vertical markets. And the directory of the world's largest additive manufacturing industry companies.

Recommend to you

comment

Davide