14,983
edits
(→List of binary safe functions: + substr_replace) |
|||
| Line 354: | Line 354: | ||
|- | |- | ||
| "Find the position of the first occurrence of a substring in a string" || [https://php.net/manual/en/function.strpos.php strpos] || | | "Find the position of the first occurrence of a substring in a string" || [https://php.net/manual/en/function.strpos.php strpos] || | ||
|- | |||
| "Replace text within a portion of a string" || [https://www.php.net/manual/en/function.substr-replace.php substr_replace] || | |||
|- | |- | ||
| 範例 || 範例 || 範例 | | 範例 || 範例 || 範例 | ||