Skip to content

Commit

Permalink
storing win32ps tester
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Dec 17, 2024
1 parent cef129d commit e8e1873
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/libs/php/win32ps.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
echo "\nwin32_ps_stat_mem():\n";
print_r(win32_ps_stat_mem());
echo "\nwin32_ps_stat_proc():\n";
print_r(win32_ps_stat_proc());
echo "\nwin32_ps_list_procs():\n";
print_r(win32_ps_list_procs());
?>

0 comments on commit e8e1873

Please sign in to comment.