php的shell_exec和wget一起工作不起作用

时间:2015-06-05 17:00:36

标签: php

我正在尝试使用wget和php的shell_exec下载网址。但是,结果是返回NULL。我在安装了Windows计算机Cygwin64。脚本如下:

<?php
  $result = shell_exec('C:/cygwin64/bin/bash.exe' . 'wget' .  escapeshellcmd('https://www.google.com')); 
  var_dump($result);
?>

0 个答案:

没有答案