I m new to PHP. I am familiar with ASP.NET which support asynchronous programming. That is, if one request needs to do some I/O job. It is suggested to program the web page with BeginProcess/EndProcess way. The asynchronous programming is key to improve scalability.
I m wondering whether there is counterpart of asynchronous programming(BeginXXXX/EndXXXX) in PHP world.