From df8958d805e198bb5f07f568f5729e163ac9e854 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 2 Nov 2003 16:48:28 +0000 Subject: [PATCH] doc skeleton git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143609 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../strings/functions/substr-compare.xml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 reference/strings/functions/substr-compare.xml diff --git a/reference/strings/functions/substr-compare.xml b/reference/strings/functions/substr-compare.xml new file mode 100644 index 0000000000..defde59728 --- /dev/null +++ b/reference/strings/functions/substr-compare.xml @@ -0,0 +1,45 @@ + + + + + substr_compare + + Binary safe optionally case insensitive comparison of 2 strings from an offset, up to length characters + + + + Description + + intsubstr_compare + stringmain_str + stringstr + intoffset + intlength + boolcase_sensitivity + + + &warn.undocumented.func; + + + + +