전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
depending on the build process you selected, you should either end up with a new php binary to be linked into your web server (or run as cgi), or with an .so (shared object) file. if you compiled the example file first_module.c as a shared object, your result file should be first_module.so. to use it, you first have to copy it to a place from which it's accessible to php. for a simple test procedure, you can copy it to your htdocs directory and try it with the source in 例29-1. if you compiled it into the php binary, omit the call to dl(), as the module's functionality is instantly available to your scripts.
if you compiled the example file first_module.c as a shared object, your result file should be first_module.so.