You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Str documentation for substr entirely misses the fact it is possible to pass Callable or non-Int / non-Range for the $start / $from and/or $want / $chars arguments.
The Cool documentation for substr mentions that $from can be Callable, but doesn't mention that $chars also can be.
The text was updated successfully, but these errors were encountered:
The Str documentation for substr entirely misses the fact it is possible to pass Callable or non-Int / non-Range for the $start / $from and/or $want / $chars arguments.
The Cool documentation for substr mentions that $from can be Callable, but doesn't mention that $chars also can be.
The text was updated successfully, but these errors were encountered: