GRPC PHP
1.66.0
|
This is an experimental and incomplete implementation of gRPC server for PHP. More...
Public Member Functions | |
__construct ($call, $serverContext) | |
start ( $data=null, array $options=[]) | |
write ( $data, array $options=[]) | |
finish ( $data=null, array $options=[]) | |
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\ServerCallWriter::__construct | ( | $call, | |
$serverContext | |||
) |
Grpc\ServerCallWriter::finish | ( | $data = null , |
|
array | $options = [] |
||
) |
Grpc\ServerCallWriter::start | ( | $data = null , |
|
array | $options = [] |
||
) |
Grpc\ServerCallWriter::write | ( | $data, | |
array | $options = [] |
||
) |