\Wechat\LibCache

微信SDK基础缓存类

Summary

Methods
Properties
Constants
set()
get()
del()
put()
file()
getFileExt()
$cachepath
No constants found
check()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$cachepath

$cachepath : string

缓存位置

Type

string

Methods

set()

set(string  $name, string  $value, integer  $expired) : mixed

设置缓存

Parameters

string $name
string $value
integer $expired

Returns

mixed

get()

get(string  $name) : mixed

读取缓存

Parameters

string $name

Returns

mixed

del()

del(string  $name) : mixed

删除缓存

Parameters

string $name

Returns

mixed

put()

put(string  $line, string  $filename = '') : mixed

输出内容到日志

Parameters

string $line
string $filename

Returns

mixed

file()

file(string  $content, string  $filename = '') : boolean|string

文件缓存,成功返回文件路径

Parameters

string $content

文件内容

string $filename

文件名称

Returns

boolean|string

getFileExt()

getFileExt(string  $content) : string

根据文件流读取文件后缀

Parameters

string $content

Returns

string

check()

check() : boolean

检查缓存目录

Returns

boolean