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

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

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

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

2025.06.21 | 286閱讀 | 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ā)表評論

莱阳市| 房产| 泊头市| 平泉县| 兴化市| 天水市| 襄汾县| 漯河市| 红安县| 仪征市| 体育| 花莲县| 武威市| 沧源| 安阳市| 邮箱| 浦县| 长汀县| 苍梧县| 图木舒克市| 深水埗区| 高安市| 兰溪市| 大足县| 泾阳县| 屏东县| 大丰市| 钟祥市| 沁阳市| 阳山县| 景泰县| 宜城市| 浑源县| 东乡族自治县| 阿城市| 博野县| 萝北县| 临西县| 勐海县| 天长市| 旅游|