|
Previous Page |
Solar_Uri_Public |
Next Page |
quick()
public
string
quick (
string $spec,
bool $full default false
)
Returns a URI based on the specified string.
Inherited from Solar_Uri.
Parameters
- (string)
$spec: The URI specification. - (bool)
$full: If true, returns a full URI with scheme, user, pass, host, and port. Otherwise, just returns the path, query, and fragment. Default false.
Returns
- (string) An action URI string.
Description
Returns a URI based on the specified string.