PHP 5.3 source -where are the functions

by 2 replies
3
Hello guys!

I downloaded the PHP 5.3.24 source and wondering in which directory I can find the code of PHP built-in functions, like explode(),strlen() and others.

Best regards,
Valentin
#programming #functions #php #source
  • Look in ext --> standard

    A lot of the individual files in that directory (like the 'basic_functions' file and the 'string' file) each contain a bunch of different functions.
    • [1] reply

Next Topics on Trending Feed