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 function is used to compress a string?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code (if the date is 30th December 2021)?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following code?
Q. A variable declared outside a function has a ____.
Q. What will be the output of the following PHP code ?
Q. Object are created using _______ keyword?
Q. Which of the following variable name is invalid?
Q. PHP’s numerically indexed array can be started with which of the following position?
Discusssion
Login to discuss.