PHP Classes

Packages of XYOX

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of XYOX (2)  >  Mission progress status  >  Reputation  
Picture of XYOX
Name: XYOX <contact>
Classes: 2
Country: Peru Peru
Age: ???
All time rank: 28627 in Peru Peru
Week rank: 195 Up2 in Peru Peru Up
All time users: 688
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 Fichero  
Create and manipulate files
This is a simple class that can be used to create and manipulate files.

It can open files for reading or for writing data.

The class can also read the contents of a file into a string, into a single string separating lines with spaces after removing white spaces from the beginning and end of each line, or into an array with one file line per entry.

The class may also search for content in a file using regular expressions.

The code and the comments are in Spanish.

  Files folder image FicheroV2  
Read and search local or remote files
This class can be used to read and search local or remote files.

It can open a file and read its lines into strings. The strings may be returned as is, trimmed, as an array of lines, or decoded using base64 algorithm.

The class may also search the file lines using regular expressions.

It can also write back text to the file, optionally encoding it using the base 64 algorithm.


  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