Voting

: min(eight, five)?
(Example: nine)

The Note You're Voting On

cornernote [at] gmail.com
10 years ago
clean input of null bytes:

<?php
$clean
= str_replace(chr(0), '', $input);
?>

<< Back to user notes page

To Top