Which of the following PHP functions can be used to get the current memory usage?
A. get_usage()
B. get_peak_usage()
C. get_memory_usage()
D. get_memory_peak_usage()
Answer: Option C
A. get_usage()
B. get_peak_usage()
C. get_memory_usage()
D. get_memory_peak_usage()
Answer: Option C
Which one of the following is the right way of defining a function in PHP?
A. function { function body }
B. data type functionName(parameters) { function body }
C. functionName(parameters) { function body }
D. function fumctionName(parameters) { function body }
A. Call By Value
B. Call By Reference
C. Default Argument Value
D. Type Hinting
Join The Discussion