Lines Matching defs:lower
214 * If $lower is set to true all hash keys are converted to
215 * lower case.
222 * @param bool $lower
226 function linesToHash($lines, $lower = false)
241 if ($lower) {
254 * If $lower is set to true all hash keys are converted to
255 * lower case.
262 * @param bool $lower
266 function confToHash($file, $lower = false)
272 return linesToHash($lines, $lower);