update page now
PHP 8.5.6 Released!

Voting

: six minus zero?
(Example: nine)

The Note You're Voting On

Anonymous
13 years ago
It may be worth noting that if you accidentally call implode on a string rather than an array, you do NOT get your string back, you get NULL:
<?php
var_dump(implode(':', 'xxxxx'));
?>
returns
NULL

This threw me for a little while.

<< Back to user notes page

To Top