【发布时间】:2011-09-30 12:22:52
【问题描述】:
我需要知道我是否可以在 GAE 的 php 中使用 file_get_html 或任何等效函数?我知道它有一个叫做 URLFetch() 的东西,但我无法理解如何从 php 文件中调用它。
有什么帮助吗?
【问题讨论】:
-
是的,您可以在 PHP 中使用 file_get_contents 和朋友,它们在内部使用 urlfetch。
标签: java php google-app-engine urlfetch quercus