

MCQOPTIONS
Saved Bookmarks
1. |
A simple mathematical function in PHP that takes a single argument and returns largest integer that is less than or equal to that argument, is a |
A. | ceil ( ) |
B. | abs ( ) |
C. | max ( ) |
D. | floor ( ) |
Answer» E. | |