|
GRPC PHP
1.76.0
|
This is an experimental and incomplete implementation of gRPC server for PHP. More...
Public Member Functions | |
| __construct ($event) | |
| clientMetadata () | |
| deadline () | |
| host () | |
| method () | |
| setInitialMetadata ($initialMetadata) | |
| initialMetadata () | |
| setStatus ($status) | |
| status () | |
This is an experimental and incomplete implementation of gRPC server for PHP.
APIs are definitely going to be changed.
DO NOT USE in production.
| Grpc\ServerContext::__construct | ( | $event | ) |
| Grpc\ServerContext::clientMetadata | ( | ) |
| Grpc\ServerContext::deadline | ( | ) |
| Grpc\ServerContext::host | ( | ) |
| Grpc\ServerContext::initialMetadata | ( | ) |
| Grpc\ServerContext::method | ( | ) |
| Grpc\ServerContext::setInitialMetadata | ( | $initialMetadata | ) |
| Grpc\ServerContext::setStatus | ( | $status | ) |
| Grpc\ServerContext::status | ( | ) |
1.8.17