Broadcast on Broadcast off
The Documentation for Project Zero has moved. Please update your bookmarks to: http://www.projectzero.org/documentation/
Table of
Contents...
Hide
 

Extending PHP

Zero application developers can choose to build extensions to PHP that provide access to functionality that was built using Java. This guide summarizes the steps for creating such an extension to the platform. For the purpose of this guide, it is assumed that the developer uses the Eclipse development environment to build the extension.

The PHP extension interface is designed to allow the features implemented in Java to appear to the PHP programmer as as though they are part of the base PHP support. The interface is not designed to give access to arbitrary Java Classes from PHP without modification to those classes (for accessing arbitrary Java Classes see the PHP/Java Bridge).

Tutorials

Reference information

r18 - 08 Feb 2008 - 04:02:25 - steveims
Syndicate this site RSS ATOM
Copyright 2007 © IBM Corporation | Privacy | Terms of Use | About this site