Package translate :: Package storage :: Module php
[hide private]
[frames] | no frames]

Module php

source code

classes that hold units of php localisation files (phpunit) or entire files (phpfile) these files are used in translating many PHP based applications

Classes [hide private]
  phpunit
a unit of a PHP file i.e.
  phpfile
this class represents a php file, made up of phpunits
Functions [hide private]
 
phpencode(text, quotechar='\'')
convert Python string to PHP escaping
source code
 
phpdecode(text)
convert PHP escaped string to a Python string
source code