GtkScintilla::get_length

int get_length(void);

Gets the length of the text inside the text area.

// get the text's lenght
echo $scintilla->get_lenght();