Can PHP call a C functiont that reyurns a pointer to a structure (a linked list)?
I am a C programmer and am writing C functions to do database access. The results are converted into linked lists.
Currently the PHP programmers are writing their own SQL statements to directly access the datbase, but the intention is for all DB access to be done via the C libraries I am writing. Howver our PHP programmers do not know how to implement this, and I don;t know PHP!