You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is already possible using Context.Exec or Context.Eval, depending on whether you need to execute a file or a string.
Any output returned is written to the io.Writer passed to the context.New function. Additionally, Context.Eval can also return a value.Value, depending on whether the string returns anything.
Maybe there's some functionality you need that's missing here?
we need to exec a php string in golang ,and retrun the result .
The text was updated successfully, but these errors were encountered: