|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectphp.java.bridge.Options
php.java.bridge.OldOptions
public final class OldOptions
Exposes the request options. There is one Options instance for each request, but certain options may change for each packet. For example if a user calls java_set_file_encoding(enc), the new file encoding becomes available in the next packet.
Constructor Summary | |
---|---|
OldOptions()
|
Method Summary | |
---|---|
boolean |
sendArraysAsValues()
Force backward compatibility with the deprecated php4 extension. |
Methods inherited from class php.java.bridge.Options |
---|
base64Data, canKeepAlive, disableKeepAlive, getBytes, getEncoding, hexNumbers, passContext, preferValues, setEncoding, updateOptions |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OldOptions()
Method Detail |
---|
public boolean sendArraysAsValues()
sendArraysAsValues
in class Options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |