Lines Matching defs:separator
45 * one will NOT be split up and will still contain $separator
47 * @param string $separator The boundary string
54 function sexplode($separator, $string, $limit, $default = null)
56 return array_pad(explode($separator, $string, $limit), $limit, $default);
503 * @param string $separator parameter separator
508 function wl($id = '', $urlParameters = '', $absolute = false, $separator = '&')
516 $urlParameters = buildURLparams($urlParameters, $separator);
518 $urlParameters = str_replace(',', $separator, $urlParameters);
538 if ($urlParameters) $xlink .= $separator . $urlParameters;
556 * @param string $sep parameter separator
602 * @param string $sep URL parameter separator