From 0b6431a15d9e422f081db3144ae8214c505948b7 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 2 Nov 2003 16:34:54 +0000 Subject: [PATCH] stri_rplace is str_ireplace git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143608 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/stripos.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/stripos.xml b/reference/strings/functions/stripos.xml index 7f584657c9..22f96bd4a4 100755 --- a/reference/strings/functions/stripos.xml +++ b/reference/strings/functions/stripos.xml @@ -1,5 +1,5 @@ - + stripos @@ -74,7 +74,7 @@ if ($pos2 !== false) { See also strpos, strrpos, strrchr, substr, stristr, strstr, - strripos and stri_replace. + strripos and str_ireplace.