优化代码结构,美化微信通知消息,删除多余的运行提示信息等

This commit is contained in:
iyuu.cn
2020-07-10 19:14:46 +08:00
parent fd87d07539
commit c8a94bfcff
6 changed files with 49 additions and 72 deletions

View File

@ -1,11 +1,5 @@
<?php
/**
* @brief 文件处理
* @version 0.6
*/
namespace IYUU\Library;
/**
* @class IFile
* @brief IFile 文件处理类
@ -13,7 +7,6 @@ namespace IYUU\Library;
class IFile
{
private $resource = null; //文件资源句柄
/**
* @brief 构造函数,打开资源流,并独占锁定
* @param String $fileName 文件路径名