欧美一级色视频,簧片在线免费看,美日韩在线,成人观看网站a,亚洲欧美在线一区二区,欧美操穴,欧美综合专区

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

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

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

2025.06.21 | 1024閱讀 | 0條評(píng)論 | php

在TP5中自定義hello命令

<?php

    protected function configure()

    {

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

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

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

        ->addArgument('age');                      //增加一個(gè)年齡參數(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定時(shí)執(zhí)行

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

贊 (

發(fā)表評(píng)論

洮南市| 诏安县| 昭苏县| 文登市| 新巴尔虎右旗| 松滋市| 康乐县| 赞皇县| 和龙市| 鹤峰县| 辽宁省| 南陵县| 乡城县| 洱源县| 专栏| 西丰县| 巴塘县| 万山特区| 沙雅县| 宁明县| 孟州市| 张家口市| 濮阳县| 大姚县| 汉川市| 方城县| 赣榆县| 罗平县| 靖宇县| 宁强县| 江都市| 呼玛县| 额尔古纳市| 桑日县| 阿坝县| 敦化市| 普宁市| 定西市| 台东县| 巢湖市| 马关县|