Documentation

Str
in package

Table of Contents

Properties

$size  : mixed

Methods

cut()  : string
截取后,用 ...代替被截取的部分
dis()  : string
500m 1km 1公里
discount()  : string
折扣 100 1 0.1折
less_time()  : array<string|int, mixed>
计算时间剩余
rand()  : string
随机字符
rand_number()  : int
随机数字
size()  : string
字节单位自动转换 显示1GB MB等
size_to()  : string
字节单位自动转换到指定的单位
uuid()  : mixed
生成UUID https://uuid.ramsey.dev/en/stable/quickstart.html#using-ramsey-uuid

Properties

$size

public static mixed $size = ['B', 'KB', 'MB', 'GB', 'TB']

Methods

cut()

截取后,用 ...代替被截取的部分

public static cut(string $string, int $length[, mixed $append = '' ]) : string
Parameters
$string : string

字符串

$length : int

截取长度

$append : mixed = ''
Return values
string

dis()

500m 1km 1公里

public static dis(mixed $dis) : string
Parameters
$dis : mixed

[description]

Return values
string

[description]

discount()

折扣 100 1 0.1折

public static discount(mixed $price, mixed $nowprice) : string
Parameters
$price : mixed
$nowprice : mixed
Return values
string

less_time()

计算时间剩余

public static less_time(mixed $timestamp[, mixed $small_timestamp = null ]) : array<string|int, mixed>

$timestamp - $small_timestamp 剩余的时间,相差几天几小时几分钟

Parameters
$timestamp : mixed

当前时间戳

$small_timestamp : mixed = null

自定义时间戳,小于当前时间戳

Return values
array<string|int, mixed>

2天3小时28分钟10秒

rand()

随机字符

public static rand([string $j = 8 ]) : string
Parameters
$j : string = 8

位数

Return values
string

rand_number()

随机数字

public static rand_number([string $j = 4 ]) : int
Parameters
$j : string = 4

位数

Return values
int

size()

字节单位自动转换 显示1GB MB等

public static size(string $size) : string
Parameters
$size : string
Return values
string

size_to()

字节单位自动转换到指定的单位

public static size_to(string $size[, string $to = 'GB' ]) : string
Parameters
$size : string
$to : string = 'GB'
Return values
string

uuid()

生成UUID https://uuid.ramsey.dev/en/stable/quickstart.html#using-ramsey-uuid

public static uuid([mixed $int = 4 ]) : mixed
Parameters
$int : mixed = 4

        
On this page

Search results