mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
Socketlog统一注释
This commit is contained in:
@@ -1,10 +1,20 @@
|
|||||||
<?php
|
<?php
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | ThinkPHP [ WE CAN DO IT JUST THINK IT ]
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Author: luofei614 <weibo.com/luofei614>
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace think\log\driver;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* github: https://github.com/luofei614/SocketLog
|
* github: https://github.com/luofei614/SocketLog
|
||||||
* @author luofei614<weibo.com/luofei614>
|
* @author luofei614<weibo.com/luofei614>
|
||||||
*/
|
*/
|
||||||
namespace think\log\driver;
|
|
||||||
|
|
||||||
class Socket
|
class Socket
|
||||||
{
|
{
|
||||||
public $port = 1116; //SocketLog 服务的http的端口号
|
public $port = 1116; //SocketLog 服务的http的端口号
|
||||||
|
|||||||
Reference in New Issue
Block a user