Last updated: Sun, 12 May 2013 view this page in English
GtkTextBuffer::get_char_count
int get_char_count();
Returns the number of characters in a buffer. Remeber that because text
in PHP-GTK 2 is UTF-8, the number of characters may not be the same as
the number of bytes in the buffer.
<?php// Make sure the PHP-GTK 2 extension is loaded.if(!extension_loaded('php-gtk')){dl('php_gtk2.' . PHP_SHLIB_SUFFIX);
}// Still working on this one...
User Contributed Notes gtk.gtktextbuffer.method.get_char_count.php
There are no user contributed notes for this page.