A
Q. What will be the output of the following PHP code?
Code:
<?php
$Message = "this is important message...";
echo ucwords($Message);
?>
$Message = "this is important message...";
echo ucwords($Message);
?>
- Correct Answer - Option(B)
- Views: 5
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.