php.java.bridge
Class OldOptions

java.lang.Object
  extended by php.java.bridge.Options
      extended by php.java.bridge.OldOptions

public final class OldOptions
extends Options

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.

Author:
jostb

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

OldOptions

public OldOptions()
Method Detail

sendArraysAsValues

public boolean sendArraysAsValues()
Force backward compatibility with the deprecated php4 extension. This option can be set by setting the system property php.java.bridge.ext_java_compatibility=true See php.java.bridge.global.properties

Overrides:
sendArraysAsValues in class Options
Returns:
true.