R
Q. What will be the output of the following PHP code?
<?php declare(strict_types = 1); function details(string $name, int $age){ echo "Name: $name, Age: $age"; } details("Alvin", "21"); ?>
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. What will be the output of the following PHP code?
Q. A PHP script starts with ____ and ends with ___.
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 result of the following PHP code?
Q. Which of the following is the correct way to clone an object in PHP?
Q. In the following source code, what is/are the properties?
Discusssion
Login to discuss.