|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPhpScriptEngine
Common methods for all PHP script engines
Field Summary |
---|
Fields inherited from interface javax.script.ScriptEngine |
---|
ARGV, ENGINE, ENGINE_VERSION, FILENAME, LANGUAGE, LANGUAGE_VERSION, NAME |
Method Summary | |
---|---|
void |
close()
free all resources associated with the script engine. |
void |
release()
alias for close() |
Methods inherited from interface javax.script.ScriptEngine |
---|
createBindings, eval, eval, eval, eval, eval, eval, get, getBindings, getContext, getFactory, put, setBindings, setContext |
Methods inherited from interface javax.script.Compilable |
---|
compile, compile |
Methods inherited from interface java.io.FileFilter |
---|
accept |
Method Detail |
---|
void close() throws java.io.IOException
InvocablePhpScriptEngine
and InteractivePhpScriptEngine
.
java.io.IOException
void release()
close()
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |