使用php编写一个在手机中关闭计算机的功能-创新互联

今天就跟大家聊聊有关使用php编写一个在手机中关闭计算机的功能,可能很多人都不太了解,为了让大家更加了解,小编给大家总结了以下内容,希望大家根据这篇文章可以有所收获。

目前成都创新互联已为数千家的企业提供了网站建设、域名、虚拟主机、网站托管、服务器托管、企业网站设计、永兴网站维护等服务,公司将坚持客户导向、应用为本的策略,正道将秉承"和谐、参与、激情"的文化,与客户和合作伙伴齐心协力一起成长,共同发展。
<!DOCTYPE html>
<html lang="zh-CN">
<head>
 <title>computer-manager</title>
</head>
<body>
 <p>
 <?php
 if($_POST){
  $shutdown = array(
   'shutdown' =>'shutdown -s -t 0',
   'restart' => 'shutdown -r',
   'logout' => 'shutdown -l',
  );
  $cmdk = $_POST['cmd'];
  echo $cmd = $shutdown[$cmdk];
  system($cmd); // 执行操作
 }
 ?>
 </p>
 <form action="#top" method="post">
  <p>choose you want.</p>
  <select name="cmd">
   <option value="shutdown" selected="selected">
   shutdown/ go to sleep.
   </option>
   <option value="restart">
   restart computer/ ok, if no password.
   </option>
   <option value="logout">
   logout/ you don't want this.
   </option>
  </select>
  <input type="submit" name="submit" value="submit" />
 </form>
</body>
</html>

看完上述内容,你们对使用php编写一个在手机中关闭计算机的功能有进一步的了解吗?如果还想了解更多知识或者相关内容,请关注创新互联行业资讯频道,感谢大家的支持。

文章标题:使用php编写一个在手机中关闭计算机的功能-创新互联
URL分享:https://www.cdcxhl.com/article38/dddisp.html

成都网站建设公司_创新互联,为您提供微信公众号网站营销网站维护网站设计企业建站网站策划

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

成都seo排名网站优化