If you save this page to the PHP server and open it in a browser, you are prompted for the URL location of your WSDL file.
如果您将该页面保存到PHP服务器并在浏览器中打开它,将提示您输入WSDL文件的URL位置。
The second section of Listing 3 takes the data from the POST array, instead of GET, since this is how requests to save entries are made (wouldn't want to send the full text of an article in the URL).
清单 3 中第一段黑体代码将数据从 POST 数组(而不是 GET 数组)中提取出来,因为这就是请求保存提要的方式(不想在 URL 中发送文章的全文)。
The basic difference is that "get" includes the query information in the URL, and this method makes it easier for a user to save a specific query for later reuse.
它们的基本差异是“ get ”在URL中包括了查询信息,并且这个方法使用户易于保存特定查询以便日后重复使用。
应用推荐