This will generate a list of processes every two seconds, filter for all lines that contain the word "php", and display the results on the screen. The output might look something like this:
The watch command is useful for viewing changes over time, such as repeatedly running the ls -l command to watch a file's size change, or running ps as in the above example to monitor certain processes continuously.