PHP Classes

File: ReadMe.txt

Recommend this page to a friend!
  Classes of tobozo   LDIF 2 Array   ReadMe.txt   Download  
File: ReadMe.txt
Role: Documentation
Content type: text/plain
Description: Read me first
Class: LDIF 2 Array
Parse LDIF data into arrays
Author: By
Last change: Added Greetings
Date: 17 years ago
Size: 451 bytes
 

Contents

Class file image Download
/* * Class to read LDIF file * @package ldif2array * @author tobozo * @date 2006-12-13 */ This is very primitive class written in php4 to read LDIF files. It does not know (yet) how to write LDIF data. When instanciating the object, you can specify a filename or give it the file content. Then the data is processed and made available in the object. Greetings to Vladimir Struchkov for providing some bugfix and base64 support.