GRPC PHP  1.62.0
Public Member Functions
Grpc\ServerCallWriter Class Reference

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=[])
 

Detailed Description

This is an experimental and incomplete implementation of gRPC server for PHP.

APIs are definitely going to be changed.

DO NOT USE in production.

Constructor & Destructor Documentation

◆ __construct()

Grpc\ServerCallWriter::__construct (   $call,
  $serverContext 
)

Member Function Documentation

◆ finish()

Grpc\ServerCallWriter::finish (   $data = null,
array  $options = [] 
)

◆ start()

Grpc\ServerCallWriter::start (   $data = null,
array  $options = [] 
)

◆ write()

Grpc\ServerCallWriter::write (   $data,
array  $options = [] 
)

The documentation for this class was generated from the following file: