Apache Thrift

2020 年 5 月 28 日1670

PHP Tutorial


Introduction

All Apache Thrift tutorials require that you have:

    The Apache Thrift Compiler and Libraries, see Download and Building from Source for more details.

    Generated the tutorial.thrift and shared.thrift files:

    Followed all prerequisites listed below.

Prerequisites

Client

This snippet was generated by Apache Thrift's source tree docs:

tutorial/php/PhpClient.php

Server

This snippet was generated by Apache Thrift's source tree docs:

tutorial/php/PhpServer.php

Additional Information

0 0