I've got several Perl scripts that I need to convert to PHP scripts. The conversion shouldn't be too hard with one exception. The Perl scripts are making calls to C functions. There is a command within the Perl as follows...
Use Essbase
I'm guessing maybe the Use command in Perl is similar to a require not sure though. Anyway there is a file called Essbase.xs that has about 5 functions written in C. Later down in the Perl scripts there are calls to these C functions. Could anyone tell me if/how I can do this in PHP?