thrift_protocol_write_binary

function thrift_protocol_write_binary(
  object $transportobj,
  string $method_name,
  int $msgtype,
  object $request_struct,
  int $seqid,
  bool $strict_write,
  bool $oneway = false,
): void;

Parameters

  • object $transportobj
  • string $method_name
  • int $msgtype
  • object $request_struct
  • int $seqid
  • bool $strict_write
  • bool $oneway = false

Returns

  • void