Yaf_Request_Abstract::getServer

(Yaf >=1.0.0)

Yaf_Request_Abstract::getServer检索 SERVER 变量

说明

public Yaf_Request_Abstract::getServer(string $name, string $default = ?): void

检索 SERVER 变量

参数

name

变量名

default

如果提供这个参数,在没找到变量值时候此参数的值将被返回

返回值

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top