PHP 8.5.0 Alpha 4 available for testing

Voting

: min(seven, zero)?
(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