Solar_Uri_Public::_pathEncode()

protected string Solar_Uri_Public::_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.



Local