Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对使用Linux命令很陌生。我正在尝试安装Poppler-Utils使用Linux此PHP代码:
Linux
Poppler-Utils
PHP
exec('install poppler > /usr/local/bin/ 2>&1', $output); print_r($output);
输出:
Array ( )
任何帮助表示赞赏!