Solar_Uri_Action::_pathEncode()
protected
string
Solar_Uri_Action::_pathEncode
( array $spec
)
Converts an array of path elements into a string.
Inherited from Solar_Uri.
Parameters
(array)
$spec
: The path elements.
Returns
(string) A URI path string.
Description
Converts an array of path elements into a string.
Does not use » urlencode(); instead, only converts characters found in Solar_Uri::$_encode_path.