动物总动员电影免费观看,国产一线天在线观看,亚洲成人精品久久,www.夜色av.com,caoporn国产一区二区,国产精品毛片一区视频播不卡,91av456

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

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

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

2025.06.21 | 121閱讀 | 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)論

龙南县| 武宁县| 阿克陶县| 衢州市| 当阳市| 平湖市| 贵州省| 四子王旗| 万山特区| 夹江县| 平顶山市| 蕲春县| 辰溪县| 五峰| 南和县| 城口县| 邓州市| 苗栗市| 大竹县| 平顶山市| 双桥区| 桐柏县| 交城县| 敦煌市| 北海市| 古丈县| 区。| 红安县| 永昌县| 广东省| 堆龙德庆县| 电白县| 沙河市| 泰州市| 宁远县| 甘泉县| 阿拉尔市| 禹城市| 博白县| 樟树市| 田林县|