602SQL Documentation Index  

wb_longreadlen

PHP

boolean wb_longreadlen( resource cursor, integer new_value )


Parameters

cursor
Identifier of the cursor to edit. If 0, the default values will be modified.
new_value
New value of a parameter, an integer number .


Description

Sets the longreadlen parameter values for the specified cursor and for all cursors that will be created in the future. Description of this parameter can be found on the Manipulating variable-length types in PHP page.

Before the function is called, the default parameter values is taken according to the wb_longreadlen value in the php.ini file. If it is not set here, 4096 will be used.



Returns

TRUE if successful, otherwise FALSE.

Viz