Software Details:
Version: 0.10
Upload Date: 5 Jun 15
Distribution Type: Freeware
Downloads: 240
This module provide functions that takes a list of values as their argument and produces a string as its result.
The outputted string contains PHP code that produces an accurate copy of the original arguments.
The main feature of the module is that it strives to produce output that is easy to read.
What is new in this release:
- BUG FIXES:
- No longer escape "@" as "\@" like in Perl, since it causes backslash to be printed.
- No longer escapes "\013" as "\v" and "\014" as "\f" since they are recognized only since PHP 5.2.5.
What is new in version 0.07:
- Update $VERSION number.
What is new in version 0.03:
- Fixed typos in POD.
Comments not found