April 2026
Intermediate
1009 pages
34h 15m
English
In times of service-oriented architectures and web services, external communication is an essential means of tapping into services and other data sources—via HTTP or another protocol.
PHP is known to be very sociable with other technologies; it is also easy to establish a connection to another computer with PHP. There are established protocols for this on the web, such as (S)FTP and HTTP(S), and PHP supports them all.
There is now a particularly convenient way of communicating with other computers: Accessing files works in exactly the same way as you saw in the previous chapter. However, there are still specific functions for special applications, which will also be introduced briefly in this ...
Read now
Unlock full access