ST_OUT
ST_OUT
combineNSSymbol(string $ns, string $symbol) : string
Combine a namespace with a symbol
The leading and trailing backslashes are first suppressed from the namespace. Then, if the namespace is not empty it is prepended to the symbol using a backslash.
string | $ns | Namespace (can be empty) |
string | $symbol | Symbol name (cannot be empty) |
Fully qualified name without leading backslash