What does php short connection mean?
This article introduces the relevant knowledge of "what does php short connection refer to". In the operation of actual cases, many people will encounter such a dilemma. Then let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
Description
1. Short connections generally communicate read and write operations only between client and server. Short connections are simple to manage. Existing connections are useful connections and do not require additional control means.
2. Operation steps, establishing connection, data transmission, closing connection.
Are
Client makes a connection request to server.
Server received a request and the two sides established a connection.
Client sends a message to server.
Server reacts to client.
After a read and write is complete, both parties can start the close operation. Generally speaking, client starts the close operation first. Because the general server does not reply to client will close the connection.
What language is php php, a nested acronym, is the abbreviation of English Hypertext preprocessing language (PHP:Hypertext Preprocessor). PHP is a kind of HTML embedded language. PHP is somewhat similar to Microsoft's ASP. It is a scripting language that embeds HTML documents on the server. The style of the language is similar to C language, and now it is widely used by many website programmers.
This is the end of the content of "what does php short link refer to". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!