6
I know the syntax, the logic of the function. I would like to know how it works in the background. Example, I gave the function fopen()
, fclose()
, fwrite()
, What am I actually doing? Would it be possible to write these functions on hand? How?
If it is not possible, what happens then for me to be able to open files, close, etc.. ?
Thank you!
These functions are basically Wrappers for the equivalents in C.
– bfavaretto
That’s a nice question, I already have some experience in PHP, but I really can’t say if it’s possible. But I don’t think it’s possible. I think this is a task for the PHP interpreter, where you should have some library in C or something like that. Waiting for answers...
– KaduAmaral