# README

## 주의사항

* 모든 내용은 공식 문서인 <https://www.php-fig.org/psr/>의 내용이 더 우선시 됩니다.
* PHP Standards Recommendations 한글 번역본입니다.
* 개인이 학습용도로 번역한 내용이니 일부 오역이 있을 수 있습니다.
* 일부 내용은 한글로 번역 후 어색하지 않기 위해 의역을 하였습니다.

## 번역 가이드

* Class, Method, Properties 같은 개발자라면 번역하면 어색한 문장은 원문을 그대로 사용합니다


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://psr.kkame.net/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
