summaryrefslogtreecommitdiffstats
path: root/system/core/compat/mbstring.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/compat/mbstring.php')
-rw-r--r--system/core/compat/mbstring.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/core/compat/mbstring.php b/system/core/compat/mbstring.php
index 552e72719..41c86376c 100644
--- a/system/core/compat/mbstring.php
+++ b/system/core/compat/mbstring.php
@@ -45,7 +45,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
* @category Compatibility
* @author Andrey Andreev
* @link https://codeigniter.com/user_guide/
- * @link http://php.net/mbstring
+ * @link https://secure.php.net/mbstring
*/
// ------------------------------------------------------------------------
@@ -65,7 +65,7 @@ if ( ! function_exists('mb_strlen'))
* WARNING: This function WILL fall-back to strlen()
* if iconv is not available!
*
- * @link http://php.net/mb_strlen
+ * @link https://secure.php.net/mb_strlen
* @param string $str
* @param string $encoding
* @return int
@@ -92,7 +92,7 @@ if ( ! function_exists('mb_strpos'))
* WARNING: This function WILL fall-back to strpos()
* if iconv is not available!
*
- * @link http://php.net/mb_strpos
+ * @link https://secure.php.net/mb_strpos
* @param string $haystack
* @param string $needle
* @param int $offset
@@ -121,7 +121,7 @@ if ( ! function_exists('mb_substr'))
* WARNING: This function WILL fall-back to substr()
* if iconv is not available.
*
- * @link http://php.net/mb_substr
+ * @link https://secure.php.net/mb_substr
* @param string $str
* @param int $start
* @param int $length