Uses of Class
com.caucho.quercus.annotation.Expect

Packages that use Expect
com.caucho.quercus.lib.string   
 

Uses of Expect in com.caucho.quercus.lib.string
 

Method parameters in com.caucho.quercus.lib.string with annotations of type Expect
static Value StringModule.wordwrap(Env env, Value value, Value widthV, Value breakV, Value cutV)
          Wraps a string to the given number of characters.
static Value StringModule.wordwrap(Env env, Value value, Value widthV, Value breakV, Value cutV)
          Wraps a string to the given number of characters.
static Value StringModule.wordwrap(Env env, Value value, Value widthV, Value breakV, Value cutV)
          Wraps a string to the given number of characters.
static Value StringModule.wordwrap(Env env, Value value, Value widthV, Value breakV, Value cutV)
          Wraps a string to the given number of characters.