R
Q. What will be the output of the following PHP code?
<?php $str = "Hello, IncludeHelp"; $pattern = "/el/m"; 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. Controller functions are used to access and update the database in php framework.
Q. What is the result of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. Which of the following is the Release date of latest version (7.2) of php?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code?
Q. How many types of loops are supported in PHP?
Q. Which of the following declaration invoke the exception class?
Discusssion
Login to discuss.