What is api? What does it mean? This article will give you some answers, I hope it will be helpful to you.
API’s full name is Application Programming Interface, which is called application programming interface in Chinese and refers to some predefined functions.
The purpose is to provide applications and developers with the ability to access a set of routines based on a piece of software or hardware without having to access the source code or understand the details of the inner workings.
api under different systems:
1.Windows API
User interface of the operating system
API The function is included in the dynamic link library file in the Windows system directory.
The Windows API is a set of predefined Windows functions used to control the appearance and behavior of various components of Windows.
Any application executed under the Windows working environment can call Windows API.
2.linux API
In Linux, the user programming interface API follows the most popular application programming interface standard in UNIX---POSIX standard.
The above is the detailed content of What does api mean?. For more information, please follow other related articles on the PHP Chinese website!