Function.ovrimos-field-len
Aus PHP-Wiki
ovrimos_field_len — Returns the length of the output column
Inhaltsverzeichnis |
Beschreibung
int ovrimos_field_len ( int $result_id , int $field_number )
Gets the length of the specified output column.
Parameter-Liste
- result_id
- A result identifier, returned by ovrimos_execute() or ovrimos_exec().
- field_number
- The field number. Starts at 1.
Rückgabewerte
Returns the length as an interger, or FALSE on error.