convertFormula()
convertFormula(string $cldrFormula) : boolean|string
Converts a formula from the CLDR representation to the gettext representation.
Parameters
string | $cldrFormula | The CLDR formula to convert. |
Throws
- \Exception
Returns
boolean|string —Returns true if the gettext will always evaluate to true, false if gettext will always evaluate to false, return the gettext formula otherwise.