PHP 8.4.24 Released!

Voting

: max(zero, nine)?
(Example: nine)

The Note You're Voting On

kevin @t hyguard,com
20 years ago
Not quite completely obvious, but... 

you can un_chunk_split() by:

$long_str = str_replace( "\r\n", "", $chunked_str );

<< Back to user notes page

To Top