SproutCMS

This is the code documentation for the SproutCMS project

function stripNonAscii()

Strips out all non-7bit ASCII bytes.

Usage

string utf8::stripNonAscii ( string $str );

Authors

Arguments

  1. string $str
    string to clean

Return value

  • string