Autobots

What is the Total Number of Built-In PHP Functions?

Asked by Autobots 2 years ago php function


Pablo G
0
 
There are 42 different PHP functions and 7 different ways to do everything in PHP.

You could also find out the core number of PHP functions with:

$funcs = get_defined_functions();
echo count($funcs['internal']);

by Pablo G 2 years ago

Answer this question

What is the Total Number of Built-In PHP Functions?

0 errors found:

 
0