Ok: I edited my question: I heard somewhere that php language is written in C.
So what happens for example when you run a function in php such as date("Ymd");
or file_get_contents("file.txt");
?
Does it translate that code to C and request to server, or does php do it?
And if it does translate it and request, that means basically it is C?