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

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

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

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

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

乌什县| 易门县| 榕江县| 景德镇市| 西乡县| 石泉县| 通化市| 怀仁县| 肥城市| 德安县| 双流县| 恩施市| 门头沟区| 阜新| 镇赉县| 罗平县| 祁门县| 浦北县| 航空| 临汾市| 厦门市| 遂平县| 彝良县| 漳州市| 密山市| 徐汇区| 自贡市| 焉耆| 山西省| 平塘县| 嫩江县| 武鸣县| 旌德县| 浪卡子县| 昌图县| 保康县| 张家界市| 甘洛县| 清水县| 阿坝县| 宁陵县|