|
ILIAS
Release_3_10_x_branch Revision 61812
|
Multi byte sensitive string functions. More...
Collaboration diagram for ilStr:Public Member Functions | |
| subStr ($a_str, $a_start, $a_length=NULL) | |
| strPos ($a_haystack, $a_needle, $a_offset=NULL) | |
| strLen ($a_string) | |
| strToLower ($a_string) | |
| strToUpper ($a_string) | |
Multi byte sensitive string functions.
Definition at line 32 of file class.ilStr.php.
| ilStr::strLen | ( | $a_string | ) |
Definition at line 58 of file class.ilStr.php.
Referenced by ilObjQuestionPool\_getFullPathToQpl(), ilObjQuestionPoolGUI\deleteExportFileObject(), assTextQuestion\saveWorkingData(), ilUtil\shortenText(), and ilUtil\shortenWords().
Here is the caller graph for this function:| ilStr::strPos | ( | $a_haystack, | |
| $a_needle, | |||
$a_offset = NULL |
|||
| ) |
Definition at line 46 of file class.ilStr.php.
Referenced by assTextQuestion\isKeywordMatching(), and ilUtil\shortenText().
Here is the caller graph for this function:| ilStr::strToLower | ( | $a_string | ) |
Definition at line 70 of file class.ilStr.php.
Referenced by assClozeTest\getTextgapPoints(), assTextSubset\isAnswerCorrect(), and assTextQuestion\isKeywordMatching().
Here is the caller graph for this function:| ilStr::strToUpper | ( | $a_string | ) |
Definition at line 82 of file class.ilStr.php.
| ilStr::subStr | ( | $a_str, | |
| $a_start, | |||
$a_length = NULL |
|||
| ) |
Definition at line 34 of file class.ilStr.php.
Referenced by ilObjQuestionPool\_getFullPathToQpl(), ilObjQuestionPoolGUI\deleteExportFileObject(), assTextQuestion\saveWorkingData(), ilUtil\shortenText(), and ilUtil\shortenWords().
Here is the caller graph for this function: