dtntjwkl83750 2012-09-14 14:43
浏览 111
已采纳

在AppleScript中调用php脚本

I want to call an external php script with applescript and alfred. Currently I open the Safari with the url to the php script. This is very annoying. Is there a way to call the php script without open the Safari?

Best regards, emha

  • 写回答

1条回答 默认 最新

  • dpwbc42604 2012-09-14 14:45
    关注

    PHP scripts / commands can be ran from a standard shell prompt:

    do shell script "php -q " & quoted form of posix path of phpScriptPath
    

    Source: here

    EDIT:

    You can use cURL from the shell, and dump the output. This is kind of like just pinging your script, which I'm guessing is what you want to do. Just replace http://www.google.com with the path to your script. And if you omit >/dev/null 2>&1, you can get cURL's output. This is nice because you can add flags to curl to show headers, do post / get, etc.

    do shell script "curl http://www.google.com >/dev/null 2>&1"
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥23 (标签-bug|关键词-密码错误加密)
  • ¥66 比特币地址如何生成taproot地址
  • ¥20 数学建模数学建模需要
  • ¥15 关于#lua#的问题,请各位专家解答!
  • ¥15 什么设备可以研究OFDM的60GHz毫米波信道模型
  • ¥15 不知道是该怎么引用多个函数片段
  • ¥30 关于用python写支付宝扫码付异步通知收不到的问题
  • ¥15 隐藏系统界面pdf的打印、下载按钮
  • ¥15 基于pso参数优化的LightGBM分类模型
  • ¥15 安装Paddleocr时报错无法解决