yii2 ?? ?? ??? ?? ??
? ?? ??, ????:
?? ?????? ??? ?? ??
public function actions() { return [ 'captcha' => [ 'class' => 'yii\captcha\CaptchaAction', 'fixedVerifyCode' => YII_ENV_TEST ? 'testme' : null, 'backColor' => 0x000000,//背景顏色 'maxLength' => 6, //最大顯示個數(shù) 'minLength' => 5,//最少顯示個數(shù) 'padding' => 5,//間距 'height' => 40,//高度 'width' => 130, //寬度 'foreColor' => 0xffffff, //字體顏色 'offset' => 4, //設置字符偏移量 有效果 ], ]; }
? ?? ??, ?? ??:
???? ??? ?? ?? ?? ???.
?? ?? ?? ? ????: yii tutorial
class ContactForm extends Model{ public $verifyCode; public function rules(){ return [ ['verifyCode', 'required'], ['verifyCode', 'captcha'], ]; } }
?? ??? ?? ??? ?? ???? captcha
???. captcha
。
第三步,視圖:
用ActiveForm生成對應字段。
captchaAction
參數(shù)指定第一步是在寫在哪里的,默認是site
? ?? ?? ??:
ActiveForm? ???? ?? ??? ?????.captchaAction
????? ? ?? ??? ???? ??? ?????. ???? site
?????. <?= $form->field($model, 'verifyCode')->widget(Captcha::className(), [ 'template' => '<div class="row"><div class="col-lg-3">{image}</div><div class="col-lg-6">{input}</div></div>', ]) ?>
???? ?? ? ???? ?? ??? ???????.
?? ????? ???? ????, ???? ??? ??? ?????? ?? ??? ??? ??? ???? ??? ?? ????
namespace yii\captcha; class Newcaptcha extends CaptchaAction { protected function generateVerifyCode() { if ($this->minLength > $this->maxLength) { $this->maxLength = $this->minLength; } if ($this->minLength < 3) { $this->minLength = 3; } if ($this->maxLength > 20) { $this->maxLength = 20; } $length = mt_rand($this->minLength, $this->maxLength); $letters = '1234567890123456789012'; $vowels = 'aeiou'; $code = ''; for ($i = 0; $i < $length; ++$i) { if ($i % 2 && mt_rand(0, 10) > 2 || !($i % 2) && mt_rand(0, 10) > 9) { $code .= $vowels[mt_rand(0, 4)]; } else { $code .= $letters[mt_rand(0, 20)]; } } return $code; } }

'captcha' => [ 'class' => 'yii\captcha\Newcaptcha', 'maxLength' => 5, 'minLength' =>5 ],?, ??? ?????? ??? ???!????????Yii ?????? ?? ? ?? ??? ?? ??????? ?? ????? ????? ???! ! ??
? ??? yii2 ?? ?? ???? ???? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

macOS Sonoma??? ?? ??? Apple macOS???? ??? ?? ??? ???? ?? ?? ???? ???? ??? ????. ?? Mac? ????? ?? ??? ? ??? ?????? ???. ???? ?? ? macOS ???? ??? ?? ???? ???? ????? ?? ??? ??? ?? ???????? ??? ?? ?? ??? ??? ? ??? ????. ??? ?? ??? ???? ? ??? ?????. ???? ??? ???? ????? ???? ???? ??? ????? ??? ??? ????. ?? ????? ? ??? ???? ??? ?????. ??? ?? ?? ???.

Google ??? ?? ?? ???? ???? ??? ??? ?? ???? Google Chrome? ???? ????? ???? ? ?? ??? ??? ??? ????. ?? ???? ??? ?? ??? ??? ? Chrome?? ??? ??? ??? ??? ? ??? ??? ?????. ??? ?? ???? ?? ????? Chrome ?? ??? ???? ?? ??? ???? ??? ???????. ?? ??? ??? ?? ????! ?? ??: 1. ?????? ???? ??? ?? ???? ?? "??" ??? ??? ?? ?? ?? ???? "??"? ???? ?????. 2. ? ?????? ??? ? ??? "???? ?? ? ??" ??? ?????. 3. ???? '???? ??'? ?????.

????? ????? ??? ? ????. ?? ? ??? ?????? ??? ???? ??? ??? ????? ??? ? ??? SMS ????? ??? ? ????. ??, ??????? ????? ??? ?????. ?? ??????? ??????? ??? ???? ???? ?? ??????? ??? ????? ????? ???.

"?? ???? ?? ????? ???? ? ?? ??? ???(??? ???) ?? ??? ??? ????. ?? ?? ??? ?? ??? ????." ?? ??? AI? ??? ??? ? ?? ? ? ??? ????. ? ?? ?? ? ??? ?? ???? ???? ? ?? ?? ??? ????. ??? ??? "Pix2Struct"?? ??? ???? ?????. ?? ???? ?? ??????? ?? ????? “?? ???? ??? ??”? ????. ?? ???? ?????? ?? ? ????? ? ?, ?? ???? ??? ?????. ?? ??? ??? ??? ?????? ?? ??? ?? ? ??? ??? ???? ??? ? ????. ??? ?? ??? ?? ??? ? ??? ?? ? ??? ????! (?? ?? ??...) ??? ?? ???? Pix2St

PHP ??? ?? ??: ???? ?? ?? ??? ???? ?? ???? ??? ??? ?? ?? ??? ? ??? ??? ???? ??? ?? ? ??? ?????. ????? ???? ??? ??? ???? ?? ????? ???? ?? ????. ? ???? PHP? ???? ???? ?? ?? ??? ???? ??? ?? ??? ?????. ?? ?? ??? ??? ??? ??? ?????. ???? ??? ???? ?? ??? ?? ??? ???? ???. ?? ??? ???? ?? ?????? ??? ??? ???? ??? ???? ??? ??? ?????.

????? ????? ?? ??? ??? ???? ??, ??? ?? ??, ????? ??, ?? ?? ?? ??? ?? ?????. ??? ??: 1. ???? ??. ???? ??? ???? ??? ?????? ??? ??? ?? ??? ?? ???? ?? ? ????. 2. ??? ?? ??. ???? ?? ??? ??? ????, ???? ????? ?????? ???? ????? ????? ???? ?? ?? 3. ??? ???? ??? ? ????. ??? ?? ?? ??? ?? ?? ??? ??? ???? ?? ?? ?

PHP? ???? ?? ?? ???? ??? ??? ?????? CAPTCHA? ???? ??? ?? ???? ???? ?? ????? ???? ?????. ??????? ???? ???, ??, ?? ?? ?? ??? ???? ?? ???? ??? ??? ??? ??? ???? ?? ?? ?? ???? ?? ? ? ????. ? ????? PHP? ???? ?? ?? ???? ??? ??? ???? ???? ?? ??? ?????. 1. PHPGD ????? ???? ???? ????? PHP? GD ?????? ???? ???. GD ?????? ??? ??? ?? ?????.

?? ??? WordPress ? ??? ?? ??? WordPress ? ??? ?? ? ??? ? ??? ??? ?? ???? ??? ????. ?? ??? ??? ?? ??, ???? ??? ?? ???? CSS ??? ?? ??? ? ????. ??? ??? ??? ????? ??? ?? ?? ????, ??? ??? ?? ???? ????? ???? ???. ? ????? ? ?? ???? WordPress ? ??? ?? ??? ?? ???? ???? ??? ??? ?? ?? ?? ??? ?????.
