InterviewSolution
Saved Bookmarks
| 1. |
Which function is useful when you want to output the executed command result?(a) out_cmm()(b) out_system()(c) cmm()(d) system()This question was posed to me by my school principal while I was bunking the class.My query is from File System and PHP in division File and Session Handling in PHP of PHP |
|
Answer» The CORRECT choice is (d) system() |
|