雅虎邮件 Web 应用程序 PHP
抱歉这个新问题,我刚刚开始使用 php 进行编程,
我正在关注有关从 Yahoo 检索邮件的 Yahoo Mail Web Apps PHP 教程。指南在这里 http://developer.yahoo.com/mail/docs/user_guide/CredentialTheUser.html
第 3 步显示: 在解压后的目录中,运行以下命令,其中可以是json或soap:
$php ListFolders.php
运行命令是什么意思?比如在 cmd.exe 或其他地方运行命令?
谢谢!
sorry for this newb question, i just started programming with php
I'm following Yahoo Mail Web Apps PHP tutorial on retrieving mail from Yahoo. the guide is here
http://developer.yahoo.com/mail/docs/user_guide/CredentialTheUser.html
on step 3 it says to:
In the unzipped directory, run the following command, where can be either json or soap:
$php ListFolders.php
what does it mean by run command? like run command on cmd.exe or somewhere else?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您需要 cd (更改目录)到您的“解压目录”,并且我假设您在 shell 中没有可用的 PHP 命令,因此您可能需要提供整个路径。
从 cmd.exe,
或者如果您不想 cd 到此目录,只需指定完整路径
Yes, you need to cd (change directory) to your "unzipped directory", and I'll assume you don't have the PHP command available in shell, so you will probably need to supply the entire path.
from cmd.exe,
or if you do not wish to cd to this directory, simply specify the full path