From 768a81cfaaab68ce38b417c89e739bf1de2ae52a Mon Sep 17 00:00:00 2001 From: "Herman J. Radtke III" Date: Tue, 9 Sep 2008 05:00:50 +0000 Subject: [PATCH] There was a lot of confusion in the user notes about the !== operator. An example was added using the !== operator in hopes of clearing some of it up. Each example now has its own example box and title as well. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266014 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strpos.xml | 36 ++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/strpos.xml b/reference/strings/functions/strpos.xml index 2510d00fb0..c995f2073b 100644 --- a/reference/strings/functions/strpos.xml +++ b/reference/strings/functions/strpos.xml @@ -1,5 +1,5 @@ - + strpos @@ -73,7 +73,7 @@ &reftitle.examples; - <function>strpos</function> examples + Using boolean true +]]> + + + + Using boolean false + + +]]> + + + + + Using an offset + +