High Level PHP Library C

I am looking for a PHP-like high-level C utility library.

I found the following libraries:

They all look good, but I would like to know if there is a direct C port for some PHP functions. My goal is to speed up development using the well-known prototype features.

+3
source share
2 answers

I found this eXtended C Standard Library exactly what I was looking for.

+1
source

. - , PHP, PHP . ext/standard/*.c .

(, , )

+6

All Articles