PHP: String Functions - Manual - PHP: Hypertext Preprocessor
// string strtrmvistl( string str, [int maxlen = 64], // [bool right_justify = false], // [string delimter = "\n"]) // // splits a long string into two chunks (a start and an end chunk) // of a given maximum length and seperates them by a given ......