Home  >  Article  >  Backend Development  >  php 怎样在同一个文件里进行异步执行?

php 怎样在同一个文件里进行异步执行?

WBOY
WBOYOriginal
2016-06-23 14:21:241100browse

一个Php文件里一个方法,需要调用另一个方法进行异步执行!
调用另一个方法时,方法自动执行,同时不影响向下执行?如何实现?


回复讨论(解决方案)

ajax异步执行。

php是服务器端执行程序,都是按照代码书写顺序来执行的,客户端js才有异步执行

php是服务器端执行程序,都是按照代码书写顺序来执行的,客户端js才有异步执行 PHP class 类文件如何引用JS呢?

file_get_contents($url);
$url 是另一个执行的程序

include("文件名");

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn