How to get only text from wordpress post content?

use strip_tags + substr

substr( strip_tags( get_the_excerpt() ),0,235);

File not found.