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()
Answer» D. memory_get_peak_usage()


Discussion

No Comment Found