Snippets tagged “str-split”
1 snippet uses this tag.
- How to fix Warning Illegal string offset in PHPPHP
The "Illegal string offset" warning in PHP occurs when you try to access an offset of a string variable as if it were an array.
1 snippet uses this tag.
The "Illegal string offset" warning in PHP occurs when you try to access an offset of a string variable as if it were an array.