This document discusses PHP5 built-in string filtering functions that can be used to sanitize user input and protect against injection attacks. It provides an overview of validation versus sanitization and describes functions like htmlspecialchars, strip_tags, mysql_real_escape_string, and filter_var that can be used to filter strings for different contexts like HTML, SQL, and system commands. It also covers PHP filter options and built-in is_* functions to check variable types.