79640991

Date: 2025-05-27 18:13:48
Score: 1.5
Natty:
Report link

I found this list useful for binary string manipulation. List of php binary safe string functions:

mb_substr

mb_strlen

mb_str_split

mb_substr_count

str_replace

mb_strpos

mb_substr_replace

The problem is, if the function is not binary safe it will still probably work most of the time. This is not an acceptable level of fault tolerance for the professional. It must work with every string. Good luck with your projects!

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mark Williamson