|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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