Loading c libraries from php

in a recent project, I really need the lib tre matching library.

However, the project is in php, and there are no php bindings for the library.

I tried to create Google to create an interface for c lib, but all I found is a function dlthat seams to download only php extensions.

What am I missing?

+3
source share
2 answers

If no "php bindings" exist, it looks like you will have to develop them ; -)

This is done using the PHP extension - for example,


PHP, , , :
( , , ... ^^, , , )

, PHP ( Google ); , ( , , , )

, , : -)

+6

, tre PHP ( , ). .

, .

+1

Source: https://habr.com/ru/post/1524277/


All Articles