문제

I got this process running doing some server-related tasks. I'd like to have PHP issue a command to it.

The software I'm using is Craftbukkit which is a custom server tool for Minecraft. I'd like to be able to execute various commands to it using PHP. I'm using psexec to open it.

EDIT: I just figured by doing some more googling, that this is called "sending stdin to a process". So yeah, though you'd like to know.

도움이 되었습니까?

해결책

I ended up using WebSend which allows me todo just about this. I also think this solution seems a bit more safe.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top