kitech/php-go

Go call PHP function or callbacks or send signals back

TCB13 opened this issue · 0 comments

TCB13 commented

Hello,

I was wondering if its possible to have some code in Go calling a callback in the PHP code. Example: If I set a socket server in Go I would like to be able to call a PHP function to handle incoming data whenever data is available.

Thank you.