Lines Matching defs:separator
46 * one will NOT be split up and will still contain $separator
48 * @param string $separator The boundary string
55 function sexplode($separator, $string, $limit, $default = null)
57 return array_pad(explode($separator, $string, $limit), $limit, $default);
495 * @param string $separator parameter separator
500 function wl($id = '', $urlParameters = '', $absolute = false, $separator = '&')
508 $urlParameters = buildURLparams($urlParameters, $separator);
510 $urlParameters = str_replace(',', $separator, $urlParameters);
530 if ($urlParameters) $xlink .= $separator . $urlParameters;
548 * @param string $sep parameter separator
594 * @param string $sep URL parameter separator