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 |
What does pear stand for?
Explain the difference between static and dynamic websites?
What is the use of hooks?
Is it worth learning php in 2019?
What are the differences between require and include, include_once?
What will the ?getdate() function returns in PHP?
What is meant by ‘passing the variable by value and reference' in php?
How can you submit a form without a submit button?
Explain me soundex() and metaphone()?
What is the difference between laravel and php?
How do you put a space in html?
Can we override magic methods in php?