Voting

: max(eight, zero)?
(Example: nine)

The Note You're Voting On

pm1625637 at gmail dot com
5 years ago
Be careful about this :

<?php
$del
= '';
echo empty(
$del);
?>

Output : 1

<< Back to user notes page

To Top