Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. PHP,Command Description
  2. exec(),Returns last line of commands output
  3. passthru(),Passes commands output directly to the browser
  4. system(),Passes commands output directly to the browser and returns last line
  5. shell_exec(),Returns commands output
  6. popen(),Opens read or write pipe to process of a command
  7. proc_open(),Similar to popen() but gr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement