编辑:Status511.php
<?php /** * Exception for 511 Network Authentication Required responses * * @link https://tools.ietf.org/html/rfc6585 * * @package Requests\Exceptions */ namespace WpOrg\Requests\Exception\Http; use WpOrg\Requests\Exception\Http; /** * Exception for 511 Network Authentication Required responses * * @link https://tools.ietf.org/html/rfc6585 * * @package Requests\Exceptions */ final class Status511 extends Http { /** * HTTP status code * * @var integer */ protected $code = 511; /** * Reason phrase * * @var string */ protected $reason = 'Network Authentication Required'; }
保存文件
位置:
home
/
londongranite
/
public_html
/
wp-includes
/
Requests
/
src
/
Exception
/
Http
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
Status511.php
-rw-r--r--
613 B
2022-12-16 02:32
编辑
下载
权限
删除
重命名
error_log
-rw-r--r--
1.95 KB
2026-08-17 13:09
编辑
下载
权限
删除
重命名