15,008
edits
| Line 350: | Line 350: | ||
|- | |- | ||
| "Get string length" || [https://www.php.net/manual/en/function.mb-strlen.php mb_strlen] || [https://www.php.net/manual/en/function.strlen.php strlen] | | "Get string length" || [https://www.php.net/manual/en/function.mb-strlen.php mb_strlen] || [https://www.php.net/manual/en/function.strlen.php strlen] | ||
|- | |||
| "Replace all occurrences of the search string with the replacement string" || [https://www.php.net/manual/en/function.str-replace.php str_replace] || | |||
|- | |- | ||
| 範例 || 範例 || 範例 | | 範例 || 範例 || 範例 | ||