PHP 8.5.0 Alpha 1 available for testing

Voting

: max(one, six)?
(Example: nine)

The Note You're Voting On

aly at slo-igre dot net
20 years ago
There is an error in "tjpoe at cableaz dot com" 's function ImageStringWrap. Instead of

else
$string = $text;

there should be

else
$string = array($text);

for function to work for strings with only one word. Otherwise it works like a charm, thanks.

<< Back to user notes page

To Top