©
Dokumen ini menggunakan Manual laman web PHP Cina Lepaskan
The integration with Apache and possible other servers has been described in the separate chapter.
The API provided by the HW_API extension is fully object oriented. It is very similar to the C++ interface of the Hyperwave SDK. It consist of the following classes.
Each class has certain method, whose names are identical to its counterparts in the Hyperwave SDK. Passing arguments to this function differs from all the other PHP extensions but is close to the C++ API of the HW SDK. Instead of passing several parameters they are all put into an associated array and passed as one parameter. The names of the keys are identical to those documented in the HW SDK. The common parameters are listed below. If other parameters are required they will be documented if needed.
Note:
Methods returning boolean can return
TRUE
,FALSE
or HW_API_Error object.