123456789101112131415161718192021222324252627282930313233343536373839 |
- <?php
- return [
-
- 'length' => 4,
-
- 'codeSet' => '1234567890',
-
- 'expire' => 1800,
-
- 'useZh' => false,
-
- 'math' => false,
-
- 'useImgBg' => false,
-
- 'fontSize' => 14,
-
- 'useCurve' => true,
-
- 'useNoise' => true,
-
- 'fontttf' => '',
-
- 'bg' => [243, 251, 254],
-
- 'imageH' => 36,
-
- 'imageW' => 100,
-
-
-
-
-
- ];
|