How can I use the COM components in php?
Use following code:
<?php
$objCom = new COM(“AddNumber.math”);
$result = $objCom ->AddTwoNum(2,2);
echo $result;
?>
| Is This Answer Correct ? | 10 Yes | 2 No |
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is the importance of parser in php?
Why should I store logs in a database rather than a file?
Do you know what is the function func_num_args() used for?
What are helpers in php?
Does wordpress run on php 7?
What is isset php?
What are the uses of php language?
What is data type in php?
What type of comments are supported by PHP.
Do csrf tokens expire?
Why do we need abstract class in php?