search
Homephp教程php手册php这是一个随机打印输出字符串的例子,php打印输出字符串

php这是一个随机打印输出字符串的例子,php打印输出字符串

<?<span>php
</span><span>header</span>("Content-type:text/html;charset='utf8'"<span>);
</span><span>error_reporting</span>(<span>E_ALL</span><span>);

</span><span>define</span>("CAPTCHA_LEN", 16); <span>//</span><span> 随机数长度</span>
<span>$captchaSource</span> = "0123456789abcdefghijklmnopqrstuvwxyz这是一个随机打印输出字符串的例子"; <span>//</span><span> 随机数字符源</span>

<span>$captchaResult</span> = ""; <span>//</span><span> 随机数返回值</span>
<span>$captchaSentry</span> = ""; <span>//</span><span> 随机数中间变量</span>
<span>for</span>(<span>$i</span>=0;<span>$i</span><CAPTCHA_LEN;<span>$i</span>++<span>){
    </span><span>$n</span> = <span>rand</span>(0, <span>strlen</span>(<span>$captchaSource</span><span>));
    </span><span>if</span>(<span>$n</span> >= 36<span>){
        </span><span>$n</span> = 36 + <span>ceil</span>((<span>$n</span> - 36) / 3) * 3<span>;
        </span><span>$captchaResult</span> .= <span>substr</span>(<span>$captchaSource</span>, <span>$n</span>, 3<span>);
    }</span><span>else</span><span>{
        </span><span>$captchaResult</span> .= <span>substr</span>(<span>$captchaSource</span>, <span>$n</span>, 1<span>);
    }
}

</span><span>echo</span> "随机打印输出字符串:".<span>$captchaResult</span>."<br>";

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment