NSAPI模块的行为受PHP.ini中设置的影响。php.ini中的配置设置可能会被其他参数覆盖到php4_execute调用obj.conf
名字 | 默认 | 可修改范围 | 更新日志 |
---|---|---|---|
nsapi.read_timeout | "60" | PHP_INI_ALL |
这是配置指令的简短说明。
nsapi.read_timeout
integer设置插件等待来自客户端的POST数据的时间(秒)。
NSAPI从APACHE模块实现功能的子集,以实现最大兼容性。
Apache function (only as alias) | NSAPI function | Description |
---|---|---|
apache_request_headers() | nsapi_request_headers() | Fetch all HTTP request headers |
apache_response_headers() | nsapi_response_headers() | Fetch all HTTP response headers |
getallheaders() | nsapi_request_headers() | Fetch all HTTP request headers |
virtual() | nsapi_virtual() | Make NSAPI sub-request |