99热,在线视频免费精品,亚洲综合视频在线观看,久久免费高清视频,九九热视频在线播放,日韩精品在线播放视频,99久久精品免费视频

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

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

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

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

甘德县| 阿拉善右旗| 宁远县| 集安市| 边坝县| 老河口市| 夏邑县| 卓资县| 西宁市| 儋州市| 马边| 娱乐| 永州市| 利辛县| 兴义市| 五寨县| 南漳县| 登封市| 南溪县| 贡山| 施秉县| 读书| 靖西县| 建始县| 晋州市| 屏边| 石城县| 吴桥县| 乐亭县| 望江县| 濮阳市| 普定县| 米泉市| 油尖旺区| 呼图壁县| 高唐县| 黑水县| 体育| 金山区| 邵阳县| 建宁县|