List of PHP binary safe functions: Difference between revisions

Jump to navigation Jump to search
[https://gist.github.com/JBlond/942f17f629f22e810fe3 mb_substr_replace]
No edit summary
([https://gist.github.com/JBlond/942f17f629f22e810fe3 mb_substr_replace])
Line 17: Line 17:
| "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]
| "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] or [https://gist.github.com/JBlond/942f17f629f22e810fe3 mb_substr_replace] ||  
|-
|-
| ... || ... || ...
| ... || ... || ...
Anonymous user

Navigation menu