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 $transportobjstring $method_nameint $msgtypeobject $request_structint $seqidbool $strict_writebool $oneway = false
Returns
void