InterviewSolution
Saved Bookmarks
| 1. |
Which of the following PHP functions can be used to get the current memory usage?(a) get_usage()(b) get_peak_usage()(c) memory_get_usage()(d) memory_get_peak_usage()The question was posed to me in an interview.This intriguing question originated from In-Built Functions in PHP topic in section Arrays and Functions of PHP |
|
Answer» Correct answer is (c) memory_get_usage() |
|