Php
class Php extends PhpHelper
Class Php - alias of the class PhpHelper
Methods
Details
in PhpHelper at line 21
static mixed
call(callable|mixed $cb, array ...$args)
in PhpHelper at line 49
static mixed
callByArray(callable $cb, array $args)
in PhpHelper at line 62
static array
runtime(int $startTime, int|float $startMem, array $info = [], bool $realUsage = false)
获取资源消耗
in PhpHelper at line 89
static int
getMaxUploadSize(int $max_size = 0)
根据服务器设置得到文件上传大小的最大值
in PhpHelper at line 106
static array
getUserConstants()
in PhpHelper at line 118
static string
dumpVars(array ...$args)
dump vars
in PhpHelper at line 132
static string
printVars(array ...$args)
print vars