Searched refs:cut (Results 1 – 3 of 3) sorted by relevance
289 * @param bool $cut293 protected function wordwrap($str, $width = 75, $break = "\n", $cut = false) argument325 if ($cut) {
153 * @param bool $cut Apply length restriction to existing salt?155 public function init_salt(&$salt, $len = 32, $cut = true) argument159 $cut = true; // for new hashes we alway apply length restriction161 if (strlen($salt) > $len && $cut) $salt = substr($salt, 0, $len);
85 ; cut off points for mobile devices