" ) ; // Get the process list and print it $ps = new ProcessList ( ) ; foreach ( $ps as $process ) { print_r ( $process ) ; echo ( "\n" ) ; }