Results 1 to 4 of 4
What is API In Php?
This is a discussion on What is API In Php? within the Programming forums, part of the Web Designing & Development category; Hello Guys , What is API In Php?...
- 11-06-2019, 09:13 AM #1
- Join Date
- Jan 2017
- Location
- india
- Posts
- 70
What is API In Php?
Hello Guys ,
What is API In Php?
- 11-08-2019, 07:07 AM #2
Re: What is API In Php?
An Application Programming Interface, or API, defines the classes, methods, functions and variables that your application will need to call in order to carry out its desired task. In the case of PHP applications that need to communicate with databases the necessary APIs are usually exposed via PHP extensions.
█ Cheap VPS | $1 VPS Hosting | Windows with Remote Desktop
█ Cheap Dedicated Server | $29 Dedicated Server with Free IPMI Setup
- 09-21-2020, 06:47 AM #3
- Join Date
- Sep 2020
- Posts
- 107
Re: What is API In Php?
API stands for "Application Programming Interface". It is a set of rules that allows one piece of software application to talk to another. PHP is a general-purpose scripting language that is especially suited to web development. An Application Programming Interface, or API, defines the classes, methods, functions and variables that your application will need to call in order to carry out its desired task. In the case of PHP applications that need to communicate with databases the necessary APIs are usually exposed via PHP extensions.
- 10-10-2020, 06:26 AM #4
- Join Date
- Jan 2012
- Posts
- 2,704
Re: What is API In Php?
An Application Programming Interface, or API, defines the classes, methods, functions and variables that your application will need to call in order to carry out its desired task. In the case of PHP applications that need to communicate with databases the necessary APIs are usually exposed via PHP extensions.