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

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

龍巖小程序開(kāi)發(fā),龍巖分銷(xiāo)系統

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

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

在TP5中自定義hello命令

<?php

    protected function configure()

    {

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

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

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

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

    }


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

    {

        //獲取輸入的參數

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

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


        //輸出獲得的參數

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

    }


centos定時(shí)執行

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

贊 (

發(fā)表評論

长沙市| 济南市| 拉孜县| 夹江县| 宜川县| 泰顺县| 娄底市| 青田县| 平湖市| 乌兰察布市| 阜城县| 资阳市| 福贡县| 都昌县| 民丰县| 宁强县| 桐乡市| 宜宾县| 高台县| 陇南市| 嘉峪关市| 泸州市| 辰溪县| 舞钢市| 中牟县| 商都县| 临沭县| 玉门市| 赤壁市| 仙桃市| 安丘市| 武安市| 广德县| 玛多县| 怀远县| 水城县| 新余市| 廉江市| 山丹县| 柳林县| 绩溪县|