R
Q. What will be the output of the following PHP code?
<?php $str = "Hello, IncludeHelp"; $pattern = "/includehelp/i"; echo preg_match($pattern, $str); ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following practice is/are not supported by PHP?
Q. Which is not a specific keywords in exception handling?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code?
Q. what is the output of below program?
Q. In PHP the right way to call a class constant, given that the class is mathFunction?
Q. Which version of PHP introduced the instance of keyword?
Q. Some PHP code might not have a namespace and therefore lives in the . . . . . . namespace.
Discusssion
Login to discuss.