GtkScintilla::line_length

int line_length(int line);

Return the length of some line.

// the length of line 5...
echo $scintilla->line_length(5);