From fec2df1dc4d1b2c240ef0f97b25c5ca8477031b2 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 2 Nov 2003 16:53:20 +0000 Subject: [PATCH] doc skeletons git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143611 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../iconv/functions/iconv-mime-decode.xml | 43 ++++++++++++++++++ .../iconv/functions/iconv-mime-encode.xml | 44 ++++++++++++++++++ reference/iconv/functions/iconv-strlen.xml | 43 ++++++++++++++++++ reference/iconv/functions/iconv-strpos.xml | 45 +++++++++++++++++++ reference/iconv/functions/iconv-strrpos.xml | 44 ++++++++++++++++++ reference/iconv/functions/iconv-substr.xml | 45 +++++++++++++++++++ 6 files changed, 264 insertions(+) create mode 100644 reference/iconv/functions/iconv-mime-decode.xml create mode 100644 reference/iconv/functions/iconv-mime-encode.xml create mode 100644 reference/iconv/functions/iconv-strlen.xml create mode 100644 reference/iconv/functions/iconv-strpos.xml create mode 100644 reference/iconv/functions/iconv-strrpos.xml create mode 100644 reference/iconv/functions/iconv-substr.xml diff --git a/reference/iconv/functions/iconv-mime-decode.xml b/reference/iconv/functions/iconv-mime-decode.xml new file mode 100644 index 0000000000..b9f9084c7d --- /dev/null +++ b/reference/iconv/functions/iconv-mime-decode.xml @@ -0,0 +1,43 @@ + + + + + + iconv_mime_decode + + Decodes a mime header field + + + + Description + + stringiconv_mime_decode + stringencoded_string + stringcharset + + + &warn.undocumented.func; + + + + + diff --git a/reference/iconv/functions/iconv-mime-encode.xml b/reference/iconv/functions/iconv-mime-encode.xml new file mode 100644 index 0000000000..d7dbf0c3af --- /dev/null +++ b/reference/iconv/functions/iconv-mime-encode.xml @@ -0,0 +1,44 @@ + + + + + + iconv_mime_encode + + Composes a mime header field with field_name and field_value in a specified scheme + + + + Description + + stringiconv_mime_encode + stringfield_name + stringfield_value + arraypreference + + + &warn.undocumented.func; + + + + + diff --git a/reference/iconv/functions/iconv-strlen.xml b/reference/iconv/functions/iconv-strlen.xml new file mode 100644 index 0000000000..782dfd13e8 --- /dev/null +++ b/reference/iconv/functions/iconv-strlen.xml @@ -0,0 +1,43 @@ + + + + + + iconv_strlen + + Returns the character count of str + + + + Description + + inticonv_strlen + stringstr + stringcharset + + + &warn.undocumented.func; + + + + + diff --git a/reference/iconv/functions/iconv-strpos.xml b/reference/iconv/functions/iconv-strpos.xml new file mode 100644 index 0000000000..3247de2bda --- /dev/null +++ b/reference/iconv/functions/iconv-strpos.xml @@ -0,0 +1,45 @@ + + + + + + iconv_strpos + + Finds position of first occurrence of needle within part of haystack beginning with offset + + + + Description + + stringiconv_strpos + stringhaystack + stringneedle + intoffset + stringcharset + + + &warn.undocumented.func; + + + + + diff --git a/reference/iconv/functions/iconv-strrpos.xml b/reference/iconv/functions/iconv-strrpos.xml new file mode 100644 index 0000000000..638e777ccf --- /dev/null +++ b/reference/iconv/functions/iconv-strrpos.xml @@ -0,0 +1,44 @@ + + + + + + iconv_strrpos + + Finds position of last occurrence of needle within part of haystack beginning with offset + + + + Description + + stringiconv_strrpos + stringhaystack + stringneedle + stringcharset + + + &warn.undocumented.func; + + + + + diff --git a/reference/iconv/functions/iconv-substr.xml b/reference/iconv/functions/iconv-substr.xml new file mode 100644 index 0000000000..d637173625 --- /dev/null +++ b/reference/iconv/functions/iconv-substr.xml @@ -0,0 +1,45 @@ + + + + + + iconv_substr + + Returns specified part of a string + + + + Description + + stringiconv_substr + stringstr + intoffset + intlength + stringcharset + + + &warn.undocumented.func; + + + + +