how can i write my own module in C ? is it possible ?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- Multiple sockets for clients to connect to
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
Yes, it is possible. Here's an old article that I used when I wrote my first extension:
http://web.archive.org/web/20110222035803/http://devzone.zend.com/article/1021
Things may have changed since then, so you may want to search for similar tutorials for additional references.
Oh, and this should be useful:
http://www.php.net/manual/en/internals2.php