Voting

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

The Note You're Voting On

php at catchall dot toao dot net
16 years ago
Note that when setting a parameter such as "true" or "false", in this case "true" and "false" are strings.
Correct syntax would be:
<?php ps_set_parameter($ps, "linebreak", "true"); ?>
This does NOT work:
<?php ps_set_parameter($ps, "linebreak", true); ?>

<< Back to user notes page

To Top