nouvu/windows-nircmd

使用PHP的Facade API在Windows操作系统中进行计算机管理

v0.0.1 2023-06-24 19:20 UTC

This package is auto-updated.

Last update: 2024-09-24 21:57:10 UTC


README

使用PHP的Facade API在Windows操作系统中进行计算机管理

Latest Unstable Version License

composer require nouvu/windows-nircmd

示例

$cmd = new Nouvu\Windows\Nircmd;

$cmd -> savescreenshot( filename:'test.png', x:496, y:308, w:474, h:503 );

文档...