List of PHP binary safe functions: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
| "Replace all occurrences of the search string with the replacement string" || [https://www.php.net/manual/en/function.str-replace.php str_replace] || | | "Replace all occurrences of the search string with the replacement string" || [https://www.php.net/manual/en/function.str-replace.php str_replace] || | ||
|- | |- | ||
| "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://www.php.net/manual/en/function.mb-substr.php mb_substr] || [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] || | | "Replace text within a portion of a string" || [https://www.php.net/manual/en/function.substr-replace.php substr_replace] || | ||