Examveda
Examveda

What is the value of var?
$var = 'HELLO WORLD!';
$var = ucfirst($var);

A. Hello World!

B. hello world!

C. Hello world!

D. HELLO WORLD!

Answer: Option D


This Question Belongs to PHP >> Object Oriented Concept

Join The Discussion

Related Questions on Object Oriented Concept