|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.env.Value
com.caucho.quercus.env.ResourceValue
com.caucho.quercus.resources.StreamContextResource
public class StreamContextResource
Represents a PHP stream context.
Field Summary |
---|
Fields inherited from class com.caucho.quercus.env.Value |
---|
L, NULL_ARGS, NULL_VALUE_ARRAY |
Constructor Summary | |
---|---|
StreamContextResource()
|
|
StreamContextResource(ArrayValue options)
|
|
StreamContextResource(ArrayValue options,
ArrayValue parameters)
|
Method Summary | |
---|---|
ArrayValue |
getOptions()
Returns the options. |
void |
setOption(Env env,
StringValue wrapper,
StringValue option,
Value value)
Sets an option |
void |
setOptions(ArrayValue options)
Sets the options. |
void |
setParameters(ArrayValue parameters)
Sets the parameters. |
StringValue |
toString(Env env)
Converts to a string. |
Methods inherited from class com.caucho.quercus.env.ResourceValue |
---|
cleanup, close, isResource, printRImpl, serialize, toKey, toString, varDumpImpl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StreamContextResource()
public StreamContextResource(ArrayValue options)
public StreamContextResource(ArrayValue options, ArrayValue parameters)
Method Detail |
---|
public ArrayValue getOptions()
public void setOptions(ArrayValue options)
public void setOption(Env env, StringValue wrapper, StringValue option, Value value)
public void setParameters(ArrayValue parameters)
public StringValue toString(Env env)
toString
in class Value
env
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |