Computer Science, asked by malimukesh5612, 11 months ago

What will be the output of the following PHP code?

<?php echo strtr("Hilla Warld","ia","eo"); ?>
A.Hilla Warld
B.Hello World
C.ia
D.eo

Answers

Answered by choudhary21
0
This is PHP! MCQ questons.

the output of the following PHP code?

<?php; echo strtr

("Hilla Warld","ia","eo");

?> ...

B.Hello World✔✔✔
Attachments:
Answered by stefangonzalez246
0

B. Hello World

Explanation:

  • The given code with the output after running the snippet is attached to the image.
  • PHP stands for Hypertext Preprocessor and is a server scripting language that is widely used to make interactive web pages.
  • It acts as a powerful tool for making dynamic websites.
  • Codes of PHP can be written in notepad, notepad++, etc. it needs to be saved with the .php extension.

#SPJ3

Attachments:
Similar questions