ThinkPHP6 ??? ?? ??: ??? ?? ??
Aug 12, 2023 pm 03:28 PMThinkPHP6 ??? ?? ????: ??? ?? ??
1. ??
? ?????? ?? ???? ??? ?? ?? ??? ????? ???? ?? ??? ?? ?????. ThinkPHP6? ??? ??? ?? ??? ?? ??? ? ?? ??? ??? ?? ?? ??? ?????. ? ???? ThinkPHP6?? ??? ?? ????? ???? ??? ???? ??? ?? ?? ? ?? ?? ??? ?????.
2. ??? ?? ??
- ??? ?? ?? ???
????? ? ????? ?? ????? ??? ? ????? Cron ????? ????. Cron ????? ? Test.php ??? ????. ? ??? ??? ?? ??? ?????. - ??? ?? ?? ??
??? ??? ??? ?? ?? ?????.
namespace appcommandCron; use thinkconsoleCommand; use thinkconsoleInput; use thinkconsoleOutput; class Test extends Command { protected function configure() { $this->setName('cron:test')->setDescription('This is a test command.'); } protected function execute(Input $input, Output $output) { // 這里是定時任務要執(zhí)行的代碼 $output->writeln('This is a test command.'); } }
? ????? Command ????? ???? ?? ? ?? ???? ????? Test ???? ??????. ?? ????? ? ??? cron:test?? ??? ???? "??? ??? ?????."?? ??? ?????. ?? ?????? ??? ??? ?? ??? ??? ?????. ???? ???? ??? ?????.
- ?? ?? ?? ??
????? ?? ????? ? Cron.php ??? ????, ?? ??? ?? ?? ??? ?????. ??? ??? ????.
namespace appconsole; use thinkconsoleCommand; use thinkconsoleInput; use thinkconsoleOutput; use thinkconsoleSchedule; class Cron extends Command { protected function configure() { $this->setName('cron')->setDescription('Task schedule for ThinkPHP6.'); } protected function execute(Input $input, Output $output) { $schedule = new Schedule(); // 這里添加定時任務 $schedule->command('cron:test')->everyMinute(); $schedule->run(); } }
? ????? Command ????? ???? Cron ???? ???? ?? ? ?? ???? ???????. ?? ????? ? ??? ?? cron??? ??? "ThinkPHP6? ?? ??"? ?? ??? ?????. ?? ?????? Schedule ????? ???? ?? ?? ???? ???? ??? ??? ?????. ? ???? ??? ??? 1??? ????? ??????.
3. ??? ?? ??
??? ??? ????? ????? ?? ??? ??? ? ????.
php think cron
? ??? Cron.php ??? ??? ?? ??? ?????.
4. ??? ?? ????? ?
??? ??? ?? ????? ? ?? ????.
???? ?? ??
$schedule->command('cron:test')->everyMinute();
?? ?? 0?? ?? ??
$schedule->command('cron:test')->daily();
?? ?? ?? ??? ?? 0?? Task
$schedule->command('cron:test')->weekly()->sundays();
?? 1? ?? 0?? ???? ?????
$schedule->command('cron:test')->monthly();
?? ?? ThinkPHP6? ??? ?? ???? ??? ???? ??? ?????. ??? ?? ??? ???? ??? ?? ??? ?????? ??? ?? ??? ???? ?? ??? ? ????. ? ??? ?? ???? ??? ??? ????. ? ??? ??? ?? ???? ??? ?? ThinkPHP6 ??? ?????.
? ??? ThinkPHP6 ??? ?? ??: ??? ?? ??? ?? ?????. ??? ??? 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)

??? ??











ThinkPHP ????? ????? ??? ?????: Composer? ????, ???? ????? ???? php bin/console? ????, ?? ???? ??? http://localhost:8000? ?????.

ThinkPHP?? ??? PHP ????? ??? ?? ??? ????. ??? ???? 3.2, 5.0, 5.1, 6.0? ????, ??? ??? ??? ???? ??? ??? ???? ? ?????. ?? ?? ??? ThinkPHP 6.0.16???. ??? ??? ? PHP ??, ?? ?? ?? ? ???? ??? ??????. ??? ??? ??? ???? ?? ?? ??? ???? ?? ????.

crontab ?? ??? ???? ?? ? ?? ?? ?? ???? ??: 2019? 1? 9? 09:34:57 ???: ???? crontab ?? ??? ???? ?? ? ?? ??? ?? ???? ?????. ?? ? ??? ??? ??? ?? ?? ?? ? ?? ??? ?? ? ??? ???? ?? ???? ?????. ??? ??? ???? ???? ?? ?? ??? ? ????. ?? ???? ? ?? ??? ??????. ??? ???? ??? ?? ????? ?? ??? ?? 5?? ????? ???? ?????. 1. ??? ???? ???? ?????. ???? ??? ??? ??? ??? ??? ?????.

ThinkPHP Framework? ???? ???? ??: ThinkPHP Framework? ?? ????? ?????? ??? ???. ThinkPHP ?? ????? ???? ?? ???(?? ??)? ????. ?????? ?? ????? ?????. ? ??? ?????. ThinkPHP ??????? ??????. ThinkPHP ?????? URL? ???? ?????.

Laravel? ThinkPHP ?????? ?? ??: ThinkPHP? ????? ??? ? ??? ??? ?? Laravel?? ??? ????. Laravel? ? ????? ??? ??????? ?? ThinkPHP? ? ??? ? ????.

ThinkPHP ?? ??: PHP, Composer ? MySQL ??? ?????. Composer? ???? ????? ????. ThinkPHP ?????? ???? ?????. ?????? ??? ?????. ?????? ??? ?????. ??????? ???? http://localhost:8000? ?????.

ThinkPHP? ?? ????, ?? ???, ?? ?? ? ?????? ???? ?? ??? ?? ??? PHP ????????. ?? ?? ???? ??? ?? 10,000? ??? ??? ??? ? ??? JD.com, Ctrip? ?? ??? ? ??? ? ?????? ????? ?? ?? ?????? ?? ?????.

?? ??: API ??? ?? ThinkPHP ?????? ???? ?? ???? ????? ????? API(?? ????? ?????)? ???? ?? ? ??? ????. API? ??? ??, ?? ?? ? ?? ??? ??? ? ??? ????? ??? ???? ?? ?? ??? ?????. ??? PHP ?? ?????? ThinkPHP ?????? ????? ?? ???? ???? ????.
