How can you access a COM object from a PHP page?



How can you access a COM object from a PHP page?..

Answer / vijaya

By utilizing the com_load and the dotnet_load respectively
you can incorporate COM objects and .NET libraries into your
PHP code, thus anytime you see "library code" in a question,
make sure you remember these two functions.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More PHP Interview Questions

What is uri routing?

0 Answers  


Php program to generate fibonacci series?

0 Answers  


How long do php sessions last?

0 Answers  


Explain what is the main difference between require() and require_once()?

0 Answers  


What is a composer?

0 Answers  






Design a class that should always return a single object ?

3 Answers   NIIT,


What does $_server mean?

0 Answers  


What is the difference between javascript and php?

0 Answers  


How to download the files using PHP

1 Answers  


What is "print" in php?

0 Answers  


How to specify argument default values?

0 Answers  


What should we do to be able to export data into an excel file?

0 Answers  


Categories