欧美一级色视频,簧片在线免费看,美日韩在线,成人观看网站a,亚洲欧美在线一区二区,欧美操穴,欧美综合专区

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

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

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

2025.06.21 | 1248閱讀 | 0條評論 | php

在TP5中自定義hello命令

<?php

    protected function configure()

    {

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

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

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

        ->addArgument('age');                      //增加一個年齡參數(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定時執(zhí)行

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

贊 (

發(fā)表評論

新昌县| 苍溪县| 博客| 咸丰县| 墨江| 博乐市| 金川县| 南安市| 静乐县| 新营市| 分宜县| 饶阳县| 湖北省| 大荔县| 岳阳县| 大荔县| 和顺县| 昆明市| 都兰县| 怀仁县| 乌鲁木齐县| 天气| 称多县| 始兴县| 瑞金市| 乐清市| 南通市| 台中县| 易门县| 丰都县| 丰镇市| 将乐县| 清远市| 金溪县| 内黄县| 祥云县| 烟台市| 德格县| 遂宁市| 乌苏市| 邢台市|