PHP Classes

Packages of Lluís Camino

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Lluís Camino (2)  >  Mission progress status  >  Reputation  
Picture of Lluís Camino
Name: Lluís Camino <contact>
Classes: 2
Country: Spain Spain
Age: ???
All time rank: 3808102 in Spain Spain
Week rank: 195 Up5 in Spain Spain Up
All time users: 312
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  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 PHP Fast Cache Class  
Cache a script output to avoid running it again
This package can cache a script output to avoid running it again.

It can check if a given cache file exists in a given cache directory.

If the file does not exist or it was created after a time more than the cache expiry time, the class starts capturing the output of the current script. Otherwise, it outputs the previous cached content.

If the cached content was not yet previously stored in the cache file or it was stored but it already expired, the class stores the current script output in the cache file after the script ends.

  Files folder image PHPDoc PDF Output Generator  
PHP Programming Innovation award nominee
August 2019
Number 3
Create PDF files from PHP sources with PHPDoc
This package can create PDF files from PHP sources with PHPDoc.

It can scan a given PHP source files or a directory with PHP project source files and extract comments in PHPDoc format that describe details of the the scanned PHP source code.

The package can generate a PDF document to present the documentation of the PHP project.


  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