which of the following outputs?

Consider the following PHP code:
$gms = “Global MIS Solutions”; echo (substr($gms, 7));
This code should display which of the following outputs?

Consider the following PHP code:
$gms = “Global MIS Solutions”; echo (substr($gms, 7));
This code should display which of the following outputs?

A.
“MIS Solutions”

B.
“Global MIS So”

C.
“Global”

D.
“Global MIS Solutions”



Leave a Reply 0

Your email address will not be published. Required fields are marked *