Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
if statement
switch statement
for loop
while loop
header('Location: new_page.php');
redirect('new_page.php');
location('new_page.php');
none of the above
$variable_name;
var variable_name;
$variable_name =;
variable_name;
include "filename";
require "filename";
include_once "filename";
all of the above
define class Class_name {}
Class Class_name {}
new Class Class_name {}
class Class_name {}
isset($variable)
$variable is set
$variable set
foreach loop
do-while loop
is_null($variable)
$variable == null
$variable === null
.
+
-
*