CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: five minus three?
(Example: nine)

The Note You're Voting On

Danilo
21 years ago
>> chunk_split will also add the break _after_ the last occurence.

this should be not the problem

substr(chunk_split('FF99FF', 2, ':'),0,8);
will return FF:99:FF

<< Back to user notes page

To Top