CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: min(nine, one)?
(Example: nine)

The Note You're Voting On

kevin @t hyguard,com
19 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