I designed a java function that intakes a parameter and return a single integer. It has been compiled as a class file. I'm finding method that PHP can make use of the function by accessing the class file. Would this be possible??
this is interesting. i have seen a java module out there, but don't have any experience with it .. here's some links. i'd like to know if you find a solution!
I dont know the function you wrote, but but why not just write it in PHP? Unless you are doing something PHP cant do such as serializing objects or something?