PHP 8.5.0 Beta 1 available for testing

Voting

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

The Note You're Voting On

phil dot berry at elise-international dot net
13 years ago
Make sure the server isn't returning a string with a space for the first character, this fails in version 5.3.3 and the function returns null (though seems to be ok in 5.2).

Easily sorted by trimming the response data:

<?php xmlrpc_decode( trim($response) ); ?>

<< Back to user notes page

To Top