ILIAS  release_5-2 Revision v5.2.25-18-g3f80b82851
<hostspec> Protocol Reference

=0644 phptype://username:password/database_name phptype://username:password phptype://username phptype://hostspec/database phptype://hostspec phptype(dbsyntax) phptype More...

+ Collaboration diagram for <hostspec>:

Detailed Description

=0644 phptype://username:password/database_name phptype://username:password phptype://username phptype://hostspec/database phptype://hostspec phptype(dbsyntax) phptype

Parameters
stringData Source Name to be parsed
Returns
array an associative array with the following keys:
  • phptype: Database backend used in PHP (mysql, odbc etc.)
  • dbsyntax: Database used with regards to SQL syntax etc.
  • protocol: Communication protocol to use (tcp, unix etc.)
  • hostspec: Host specification (hostname[:port])
  • database: Database to use on the DBMS server
  • username: User name for login
  • password: Password for login

public

Author
Tomas V.V.Cox cox@i.nosp@m.decn.nosp@m.et.co.nosp@m.m

The documentation for this protocol was generated from the following file: