[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-06-16 (世界標準時間)。"],[[["The Modules API provides information about the current operating environment, including module, version, and instance details."],["This API allows applications to retrieve the address of a module, version, or instance, facilitating inter-instance communication within the development and production environments."],["To use the Modules API, you must include the `use google\\appengine\\api\\modules\\ModulesService;` statement at the top of your file."],["The API can get the current module name and instance ID, and an automatically scaled module's instance ID will be a unique base64 encoded value."],["Communication between modules within the same application can be achieved by fetching the hostname of the target module using the `ModulesService::getHostname()` function."]]],[]]