Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which function is useful when you want to output the executed command result?

a) out_cmm()
b) out_system()
c) cmm()
d) system()

Answer: d
Explanation: The function system() in PHP is same as the C version of the function as in that it executes the given command and outputs the result. This function also tries to automatically flush the web server’s output buffer after each line of output if PHP is running as a server module.

Join The Discussion