SproutCMS

This is the code documentation for the SproutCMS project

function isAscii()

Tests whether a string contains only 7bit ASCII bytes. This is used to
determine when to use native functions or UTF-8 functions.

Usage

bool utf8::isAscii ( string $str );

Authors

Arguments

  1. string $str
    string to check

Return value

  • bool