开发者

can i make php calles without needing http web sever (in local client application)

开发者 https://www.devze.com 2023-01-31 02:57 出处:网络
Is ther开发者_如何学JAVAe away to invoke php functions with needing the all web server thing ? i like to invoke php function on my local pc without opening port ? and running server You can run PHP fr

Is ther开发者_如何学JAVAe away to invoke php functions with needing the all web server thing ? i like to invoke php function on my local pc without opening port ? and running server


You can run PHP from the command line, or use something like PHP-GTK for a GUI.


Installing

ubuntu:

sudo apt-get install php5-cli

windows:

http://www.wampserver.com/en/

mac:

http://www.mamp.info/en/index.html

Tutorials

  • http://articles.sitepoint.com/article/php-command-line-1
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号