R
Q. What will be the output of the following PHP code?
<?php $Laptops = array( "MAC", "Lenovo", "Dell", "HP" ); echo gettype($Laptops); ?>
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 PHP function is capable to read specific number of characters from a file?
Q. Which PHP constant returns the size of an integer in bytes?
Q. Which practice used to call several methods or functions of the class in one instruction?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code?
Q. Which one of the following function is used to capitalize first letter of each word in a string?
Q. Which loop statement is used to loop through a block of code a specified number of times?
Q. What will be the output of the following PHP code?
Q. Which of the following starts with __ (double underscore) in PHP?
Discusssion
Login to discuss.