From 33ce2f6296a0f7c4ef3fe361763e46895e60b84d Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 30 Jan 2003 13:40:40 +0000 Subject: [PATCH] adding stristr example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113959 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/stristr.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/stristr.xml b/reference/strings/functions/stristr.xml index 767af4c379..1cd3ef2e5c 100644 --- a/reference/strings/functions/stristr.xml +++ b/reference/strings/functions/stristr.xml @@ -1,5 +1,5 @@ - + @@ -28,6 +28,21 @@ If needle is not a string, it is converted to an integer and applied as the ordinal value of a character. + + + <function>stristr</function> example + + +]]> + + + See also strchr, strrchr, substr, and