base64 |
Decodes base-64 encoded input data. |
base64s |
Decodes URL and filename safe base-64 as of RFC 3548 encoded input data. |
boolean |
Decodes Boolean TRUE and FALSE constants. |
charset |
Decodes input data from a configured source charset to the system charset. |
decimal |
Decodes decimal strings. |
delegate |
Decodes input data using an assigned delegate. |
html |
Decodes HTML entities in the input string. |
integer |
Decodes integer strings. |
passthrough |
Passes data through verbatim. |
rawurl |
Decodes raw URL-encoded input data. |
serialize |
Un-serialises a variable from a PHP-native serialised data string. |
url |
Decodes URL-encoded input data. |
uu |
Decodes a UNIX-to-UNIX encoded data stream. |