PHP Classes

Packages of H. Poort

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of H. Poort (3)  >  Mission progress status  >  Reputation  
Picture of H. Poort
Name: H. Poort <contact>
Classes: 3
Country: The Netherlands The Netherlands
Age: ???
All time rank: 115730 in The Netherlands The Netherlands
Week rank: 195 Up4 in The Netherlands The Netherlands Up
All time users: 2748
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image b3rtCSVReader  
Parse CSV files in pure PHP
This class can be used to parse CSV files.

It opens and reads a given CSV file parsing the data in its rows using pure PHP code without using fgetcsv function.

The class reads on record row at a time and returns an array with the values for all columns.

The column separator character is configurable, so it can be a tab or anything besides the default character, which is a comma.
Not enough user ratings

  Files folder image b3rtCSVWriter  
Generate CSV files in pure PHP
This class can be used to generate CSV files.

It creates an Excel-compatible CSV file and writes record values using pure PHP code without using fputcsv function.

The class writes a record line at a time from values passed in an array with the values for all columns.

The column separator character is configurable, so it can be a tab or anything besides the default character, which is a comma.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 75% 75% - 66% - - 51% 2516
Month: Not yet rated by the users

  Files folder image b3rtWindowsRegistry  
Read from and write to the Windows registry
This class can be used to store and retrieve keys and values from the Windows registry.

It uses PHP's COM functionality to access the registry via WMI.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 70% 65% - 75% - - 49% 2910
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z