Login   Register  
PHP Classes
elePHPant
Icontem

File: ReadMe.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2007-09-06 05:38
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.