How many functions are there in php?
Answer / Vishwajeet
There isn't a specific count for all possible PHP functions, as new functions are added with each version update and users can also create their own custom functions. As of PHP 8.1, the core library includes over 2000 built-in functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a query in php?
How to access a specific character in a string?
How can I check if a value is already in an array?
3 Answers Rushmore Consultancy,
What is use of echo in php?
What is alias in php?
What is an object in php?
What are the differences between php constants and variables?
suppose if u want to pass session value using cookies onlu.. what changes i've to made in php.ini file?
What library is used for pdf in php?
Is php easy language to learn?
What is a substring in php?
what is the difference between GET,POST and REQUEST in php