✏️ 正在编辑: ResponseContainerInterface.php
路径:
/srv/systems_dir/oakberry/vendor/aws/aws-sdk-php/src/ResponseContainerInterface.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace Aws; use Psr\Http\Message\ResponseInterface; interface ResponseContainerInterface { /** * Get the received HTTP response if any. * * @return ResponseInterface|null */ public function getResponse(); }
💾 保存文件
← 返回文件管理器