Go to the source code of this file.
Namespaces | |
| namespace | KERNEL |
Functions | |
| cutstring ($str, $length, $allow_cut_word=TRUE, $extra_length=0, $ending="") | |
| stripstresses ($str) | |
| cutstring | ( | $ | str, | |
| $ | length, | |||
| $ | allow_cut_word = TRUE, |
|||
| $ | extra_length = 0, |
|||
| $ | ending = "" | |||
| ) |
cut string allowing word integrity preservation
TODO : move to a more accurate library
| string | (string) string | |
| length | (int) length of the resulting string | |
| allow_cut_word | (boolean) allow word cutting default : TRUE | |
| extra_length | (int) allow extra length to the string to preserve word integrity | |
| ending | (string) append the given string at the end of the cutted one |
Definition at line 32 of file claro_utils.lib.php.
| stripstresses | ( | $ | str | ) |
list the property of a course
Definition at line 67 of file claro_utils.lib.php.
1.6.3