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']);
You could also find out the core number of PHP functions with:
$funcs = get_defined_functions();
echo count($funcs['internal']);