@@ -0,0 +1,11 @@
<?php
$asdasdas = array(13, 1234, 634, 784, 90);
if (array_search("1234", $asdasdas) !== false) {
echo "true";
} else {
echo "false";
}
?>
The note is not visible to the blocked user.