How many functions are there in php?



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

Post New Answer

More PHP Interview Questions

What is a query in php?

1 Answers  


How to access a specific character in a string?

1 Answers  


How can I check if a value is already in an array?

3 Answers   Rushmore Consultancy,


What is use of echo in php?

1 Answers  


What is alias in php?

1 Answers  


What is an object in php?

1 Answers  


What are the differences between php constants and variables?

1 Answers  


suppose if u want to pass session value using cookies onlu.. what changes i've to made in php.ini file?

1 Answers  


What library is used for pdf in php?

1 Answers  


Is php easy language to learn?

1 Answers  


What is a substring in php?

1 Answers  


what is the difference between GET,POST and REQUEST in php

1 Answers  


Categories