Overview
With Cloud Functions, you can run applications written in the PHP programming language. The service provides runtime environments with the following versions:
Name | PHP version | Operating system |
---|---|---|
php74 | 7.4.3 | Ubuntu 18.04 LTS |
When creating a new function version, Cloud Functions automatically installs all declared dependencies required for the function to run. For more information about requirements and restrictions, see Managing dependencies.
The runtime environment automatically loads your code and invokes the request handler you specified. It receives an incoming request and the invocation context as arguments. The context contains additional information about the function parameters.
Cloud Functions automatically captures standard application output streams and sends them to the centralized logging system available in Yandex.Cloud. This system also logs service records about the start and end of each function and any errors that occur during its execution. For more information about the log format, see Logging.