200-710 Exam QuestionsBrowse all questions from this exam

200-710 Exam - Question 37


FILL BLANK -

Which PHP extension allows connecting to the server using a variety of protocols, including HTTP, FTP, LDAP, and more?

Show Answer
Correct Answer:

The correct extension in PHP that allows connecting to a server using a variety of protocols, including HTTP, FTP, LDAP, and more, is 'cURL'. The reference to 'libcurl' pertains to the library used by the 'cURL' extension, but the actual PHP extension is named 'cURL'. 'cURL' provides a robust way to communicate with servers over different protocols, making it a versatile tool for developers.

Discussion

2 comments
Sign in to comment
[Removed]
Jun 21, 2020

The extension is curl, libcurl is the library used by curl

KirillS
Apr 9, 2021

Agree, correct answer should be - curl