PHP Classes / phpizer

Load and adapt class to the current PHP version

phpizer PHP Class

This class can be used to load and adapt a class according to the PHP version that is currently running. It loads a given class script file and preprocess the code to make PHP version dependent adjustments. It looks for special tags of the form %PHP# in comments of the class file to load. If the number in # matches the current PHP version, the lines are uncommented.

Similar PHP Classes

Search in PHP Classes

Filter by tags