99麻豆久久久国产免费福利精品,国产精品成人国产乱,玖玖操,手机看片169,国产精彩视频在线观看,午夜亚洲福利视频,国产伦乱视频

龍巖易富通網(wǎng)絡(luò)科技有限公司

龍巖小程序開發(fā),龍巖分銷系統(tǒng)

centos 定時(shí)執(zhí)行 think命令

2025.06.21 | 619閱讀 | 0條評(píng)論 | php

在TP5中自定義hello命令

<?php

    protected function configure()

    {

        $this->setName('hello')                      //定義命令的名字

        ->setDescription('This is my command')     //定義命令的描述

        ->addArgument('name')                      //增加一個(gè)名字參數(shù)

        ->addArgument('age');                      //增加一個(gè)年齡參數(shù)

    }


    protected function execute(Input $input, Output $output)

    {

        //獲取輸入的參數(shù)

        $name = $input->getArgument('name');

        $age = $input->getArgument('age');


        //輸出獲得的參數(shù)

        $output->writeln("My name is $name ,age is $age");

    }


centos定時(shí)執(zhí)行

* * * * *  php /path/to/your/project/think hello

贊 (

發(fā)表評(píng)論

米泉市| 托克逊县| 佛冈县| 日照市| 赫章县| 浪卡子县| 体育| 武功县| 平果县| 柘荣县| 桃园市| 保山市| 赣州市| 平邑县| 荥经县| 茌平县| 南郑县| 沾化县| 泰安市| 昌宁县| 汉中市| 义乌市| 新宁县| 柞水县| 南皮县| 东丰县| 和林格尔县| 两当县| 麻阳| 平乡县| 伊金霍洛旗| 营山县| 新疆| 呼和浩特市| 临沭县| 抚远县| 康平县| 宁武县| 道真| 静宁县| 芜湖县|