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ā)表評論

福清市| 江山市| 靖边县| 兴海县| 乐至县| 随州市| 和平区| 陈巴尔虎旗| 金塔县| 平定县| 鄯善县| 南宁市| 大庆市| 海原县| 上栗县| 麻阳| 庄浪县| 长丰县| 博客| 德阳市| 南投市| 阜新市| 巧家县| 东城区| 平度市| 泰宁县| 林甸县| 土默特左旗| 布尔津县| 涞源县| 花莲市| 佛教| 万全县| 惠州市| 建阳市| 繁峙县| 古浪县| 桂阳县| 望都县| 浮梁县| 临颍县|