summaryrefslogtreecommitdiffstats
path: root/reflection/iconv.txt
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-12-04 09:10:46 +0100
committerRemi Collet <fedora@famillecollet.com>2012-12-04 09:10:46 +0100
commit6fe89e3c14ec53db7c21b3717d1e9a98c0db855d (patch)
tree09bac323896ecabda6fabac9d40f947357c310d9 /reflection/iconv.txt
parent21df0b3eaf7f5f16c0ea04890c42976e21a0e6af (diff)
PHP 5.5: save extension reflection
Diffstat (limited to 'reflection/iconv.txt')
-rw-r--r--reflection/iconv.txt103
1 files changed, 103 insertions, 0 deletions
diff --git a/reflection/iconv.txt b/reflection/iconv.txt
new file mode 100644
index 0000000..21e89b1
--- /dev/null
+++ b/reflection/iconv.txt
@@ -0,0 +1,103 @@
+Extension [ <persistent> extension #17 iconv version <no_version> ] {
+
+ - INI {
+ Entry [ iconv.input_encoding <ALL> ]
+ Current = 'ISO-8859-1'
+ }
+ Entry [ iconv.output_encoding <ALL> ]
+ Current = 'ISO-8859-1'
+ }
+ Entry [ iconv.internal_encoding <ALL> ]
+ Current = 'ISO-8859-1'
+ }
+ }
+
+ - Constants [4] {
+ Constant [ string ICONV_IMPL ] { glibc }
+ Constant [ string ICONV_VERSION ] { 2.15 }
+ Constant [ integer ICONV_MIME_DECODE_STRICT ] { 1 }
+ Constant [ integer ICONV_MIME_DECODE_CONTINUE_ON_ERROR ] { 2 }
+ }
+
+ - Functions {
+ Function [ <internal:iconv> function iconv ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $in_charset ]
+ Parameter #1 [ <required> $out_charset ]
+ Parameter #2 [ <required> $str ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_get_encoding ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_set_encoding ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $type ]
+ Parameter #1 [ <required> $charset ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_strlen ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_substr ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $offset ]
+ Parameter #2 [ <optional> $length ]
+ Parameter #3 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_strpos ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ Parameter #3 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_strrpos ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_mime_encode ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $field_name ]
+ Parameter #1 [ <required> $field_value ]
+ Parameter #2 [ <optional> $preference ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_mime_decode ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $encoded_string ]
+ Parameter #1 [ <optional> $mode ]
+ Parameter #2 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_mime_decode_headers ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $headers ]
+ Parameter #1 [ <optional> $mode ]
+ Parameter #2 [ <optional> $charset ]
+ }
+ }
+ }
+}
+