Procedural File: export.inc
Source Location: /lib/export.inc
Classes:
LdapExportInfo
This class encapsulate informations about the ldap server from which the export is done.
PlaAbstractExporter
This class represents the base class of all exporters
PlaExporter
PlaExporter acts a wrapper around another exporter.
PlaLdapExporter
Export data from a ldap server
PlaLdifExporter
Export entries to ldif format
PlaDsmlExporter
Export entries to DSML v.1
PlaVcardExporter
PlaCSVExporter
Export to cvs format
MyCustomExporter
Page Details:
Functions and classes for exporting LDAP entries to others formats (LDIF,DSML,..) An example is provided at the bottom of this file if you want implement yours.
Tags:
Includes:
get_user_agent_string [line 847]
String get_user_agent_string(
)
|
|
Gets the USER_AGENT string from the $_SERVER array, all in lower case in an E_NOTICE safe manner.
Tags:
is_browser_os_mac [line 947]
boolean is_browser_os_mac(
)
|
|
Determines whether the browser's operating system is Macintosh.
Tags:
is_browser_os_unix [line 859]
boolean is_browser_os_unix(
)
|
|
Determines whether the browser's operating system is UNIX (or something like UNIX).
Tags:
is_browser_os_windows [line 910]
boolean is_browser_os_windows(
)
|
|
Determines whether the browser's operating system is Windows.
Tags:
|
|