|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Parse a data source name. More...
Collaboration diagram for <hostspec>:Parse a data source name.
phptype://username:password@hostspec/database_name phptype://username:password@hostspec phptype://username@hostspec phptype://hostspec/database phptype://hostspec phptype(dbsyntax) phptype
Additional keys can be added by appending a URI query string to the end of the DSN.
The format of the supplied DSN is in its fullest form: phptype(dbsyntax)://username:password
Most variations are allowed: phptype://username:password
| string | Data Source Name to be parsed |
@access public