I have a sample PHP class which I would like to Utilize in my Java Application.
We have decided to use Quercus as a Libary for doing the Integration.
Can some one let me know How can I call a PHP class from Java Code using Quercus.
For Example.
PHPクラス名はcalculator.phpで、sum()という1つのメソッドがあり、2つの数値が渡されることを期待し、それらの数値の合計を行います。
同じことを実現するためにコーディングできるサンプルコードを教えてください。
ありがとう、