What are php libraries?
Answer / Ved Pal
PHP libraries, also known as PHP extensions or modules, are collections of pre-written code that can be easily integrated into PHP applications. They provide additional functionality beyond the core PHP capabilities, such as database connections, data encryption, and image manipulation.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get path of php.ini with a php script?
what are interfaces and Abstart classes
Will a comparison of an integer 12 and a string "13" work in php?
What is repository in php?
how set session expire time in php?
How do you access a get requests url parameter with php?
What is the meaning of curl , which is used while connecting with pay pal? and how it works?
How do I end a php session?
Which php mvc framework is best?
What is json php?
What is the function of trim?
What is the difference between fopen() and fclose()?