

MCQOPTIONS
Saved Bookmarks
This section includes 8 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
|
A. | 7 |
B. | 8 |
C. | 9 |
D. | 10 |
E. | |
Answer» B. 8 | |
2. |
|
A. | lfc123456@example.com |
B. | lfc123456 |
C. | lfc123456@ |
D. | example.com |
Answer» E. | |
3. |
What is the use of htmlentities() function in php? |
A. | Converts characters to HTML entities |
B. | Converts HTML entities to characters |
C. | Converts some predefined HTML entities to characters |
D. | Converts some predefined characters to HTML entities |
Answer» B. Converts HTML entities to characters | |
4. |
Which function is used to Calculate a 32-bit CRC for a string? |
A. | crc32() |
B. | crypt() |
C. | heb32() |
D. | heb32c() |
Answer» B. crypt() | |
5. |
The PHP function searches for a specific text within a string. |
A. | strpos() |
B. | strposition() |
C. | strrev() |
D. | str_replace() |
Answer» B. strposition() | |
6. |
|
A. | echo ucwords($str) |
B. | echo ucwords(strtolower($str) |
C. | echo ucfirst($str) |
D. | echo ucfirst(strtolower($str) |
Answer» C. echo ucfirst($str) | |
7. |
|
A. | 2 |
B. | [65]=>2 |
C. | Array |
D. | None of the above |
Answer» D. None of the above | |
8. |
Predict the output of the following code snippet : |
A. | 1 |
B. | 2 |
C. | 3 |
D. | Array |
Answer» C. 3 | |